Searched defs:sctp_chunk (Results 1 – 1 of 1) sorted by relevance
553 struct sctp_chunk { struct554 struct list_head list;556 atomic_t refcnt;559 int sent_count;562 struct list_head transmitted_list;569 struct list_head frag_list;572 struct sk_buff *skb;575 struct sk_buff *head_skb;604 struct sctp_chunkhdr *chunk_hdr; argument605 struct sctphdr *sctp_hdr;[all …]