Searched defs:sctp_chunk (Results 1 – 2 of 2) sorted by relevance
57952 struct sctp_chunk { struct57953 struct list_head list;57954 refcount_t refcnt;57955 int sent_count;57956 union {57960 struct list_head frag_list;57961 struct sk_buff *skb;57962 union {57986 struct sctp_chunkhdr *chunk_hdr; argument57987 struct sctphdr *sctp_hdr;[all …]
67710 struct sctp_chunk { struct67711 struct list_head list;67712 refcount_t refcnt;67713 int sent_count;67714 union {67718 struct list_head frag_list;67719 struct sk_buff *skb;67720 union {67744 struct sctp_chunkhdr *chunk_hdr; argument67745 struct sctphdr *sctp_hdr;[all …]