Home
last modified time | relevance | path

Searched defs:sctp_chunk (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/sctp/
A Dstructs.h549 struct sctp_chunk { struct
550 struct list_head list;
552 refcount_t refcnt;
555 int sent_count;
557 union {
572 struct sk_buff *skb;
574 union {
610 struct sctp_chunkhdr *chunk_hdr; argument
623 unsigned long sent_at;
628 union sctp_addr dest;
[all …]
/linux/net/sctp/
A Dsocket.c165 void (*cb)(struct sctp_chunk *)) in sctp_for_each_tx_datachunk()

Completed in 31 milliseconds