Searched defs:sctp_chunk (Results 1 – 2 of 2) sorted by relevance
547 struct sctp_chunk { struct548 struct list_head list;550 refcount_t refcnt;553 int sent_count;555 union {567 struct list_head frag_list;570 struct sk_buff *skb;572 union {608 struct sctp_chunkhdr *chunk_hdr; argument609 struct sctphdr *sctp_hdr;[all …]
168 void (*cb)(struct sctp_chunk *)) in sctp_for_each_tx_datachunk()