Searched defs:sctp_chunk (Results 1 – 2 of 2) sorted by relevance
538 struct sctp_chunk { struct539 struct list_head list;541 refcount_t refcnt;544 int sent_count;546 union {558 struct list_head frag_list;561 struct sk_buff *skb;563 union {599 struct sctp_chunkhdr *chunk_hdr; argument600 struct sctphdr *sctp_hdr;[all …]
168 void (*cb)(struct sctp_chunk *)) in sctp_for_each_tx_datachunk()