Searched defs:sctp_chunk (Results 1 – 1 of 1) sorted by relevance
53219 struct sctp_chunk { struct53220 struct list_head list;53221 refcount_t refcnt;53222 int sent_count;53223 union {53227 struct list_head frag_list;53228 struct sk_buff *skb;53229 union {53253 struct sctp_chunkhdr *chunk_hdr; argument53254 struct sctphdr *sctp_hdr;[all …]