Searched defs:sctp_chunk (Results 1 – 4 of 4) sorted by relevance
544 struct sctp_chunk { struct545 struct list_head list;547 refcount_t refcnt;550 int sent_count;552 union {564 struct list_head frag_list;567 struct sk_buff *skb;569 union {605 struct sctp_chunkhdr *chunk_hdr; argument606 struct sctphdr *sctp_hdr;[all …]
550 struct sctp_chunk { struct551 struct list_head list;553 refcount_t refcnt;556 int sent_count;558 union {570 struct list_head frag_list;573 struct sk_buff *skb;575 union {611 struct sctp_chunkhdr *chunk_hdr; argument612 struct sctphdr *sctp_hdr;[all …]
168 void (*cb)(struct sctp_chunk *)) in sctp_for_each_tx_datachunk()
165 void (*cb)(struct sctp_chunk *)) in sctp_for_each_tx_datachunk()