Searched defs:sctp_chunk (Results 1 – 1 of 1) sorted by relevance
55507 struct sctp_chunk { struct55508 struct list_head list;55509 refcount_t refcnt;55510 int sent_count;55511 union {55515 struct list_head frag_list;55516 struct sk_buff *skb;55517 union {55541 struct sctp_chunkhdr *chunk_hdr; argument55542 struct sctphdr *sctp_hdr;[all …]