Searched defs:sctp_chunk (Results 1 – 1 of 1) sorted by relevance
564 struct sctp_chunk { struct569 struct sctp_chunk *next; argument570 struct sctp_chunk *prev; argument571 struct sk_buff_head *list;572 atomic_t refcnt;575 struct list_head transmitted_list;582 struct list_head frag_list;585 struct sk_buff *skb;613 struct sctp_chunkhdr *chunk_hdr; argument614 struct sctphdr *sctp_hdr;[all …]