Searched defs:sctp_chunk (Results 1 – 2 of 2) sorted by relevance
560 struct sctp_chunk { struct561 struct list_head list;563 refcount_t refcnt;566 int sent_count;568 union {580 struct list_head frag_list;583 struct sk_buff *skb;585 union {621 struct sctp_chunkhdr *chunk_hdr; argument622 struct sctphdr *sctp_hdr;[all …]
184 void (*cb)(struct sctp_chunk *)) in sctp_for_each_tx_datachunk()