Searched defs:sctp_chunk (Results 1 – 1 of 1) sorted by relevance
524 struct sctp_chunk { struct525 struct list_head list;527 refcount_t refcnt;530 int sent_count;533 struct list_head transmitted_list;540 struct list_head frag_list;543 struct sk_buff *skb;546 struct sk_buff *head_skb;575 struct sctp_chunkhdr *chunk_hdr; argument576 struct sctphdr *sctp_hdr;[all …]