Searched defs:sctp_chunk (Results 1 – 2 of 2) sorted by relevance
550 struct sctp_chunk { struct551 struct list_head list;553 refcount_t refcnt;556 int sent_count;558 union {573 struct sk_buff *skb;575 union {611 struct sctp_chunkhdr *chunk_hdr; argument624 unsigned long sent_at;629 union sctp_addr dest;[all …]
167 void (*cb)(struct sctp_chunk *)) in sctp_for_each_tx_datachunk()
Completed in 22 milliseconds