Searched defs:sctp_chunk (Results 1 – 1 of 1) sorted by relevance
552 struct sctp_chunk { struct553 struct list_head list;555 atomic_t refcnt;558 struct list_head transmitted_list;565 struct list_head frag_list;568 struct sk_buff *skb;597 struct sctp_chunkhdr *chunk_hdr; argument598 struct sctphdr *sctp_hdr;601 struct sctp_sndrcvinfo sinfo;604 struct sctp_association *asoc;[all …]