Searched defs:sctp_chunk (Results 1 – 1 of 1) sorted by relevance
683 struct sctp_chunk { struct684 struct list_head list;686 atomic_t refcnt;689 struct list_head transmitted_list;696 struct list_head frag_list;699 struct sk_buff *skb;728 struct sctp_chunkhdr *chunk_hdr; argument729 struct sctphdr *sctp_hdr;732 struct sctp_sndrcvinfo sinfo;735 struct sctp_association *asoc;[all …]