Lines Matching defs:sctp_chunk
56779 struct sctp_chunk { struct
56780 struct list_head list;
56781 refcount_t refcnt;
56782 int sent_count;
56783 union {
56787 struct list_head frag_list;
56788 struct sk_buff *skb;
56789 union {
56813 struct sctp_chunkhdr *chunk_hdr; argument
56814 struct sctphdr *sctp_hdr;
56815 struct sctp_sndrcvinfo sinfo;
56816 struct sctp_association *asoc;
56817 struct sctp_ep_common *rcvr;
56818 long unsigned int sent_at;
56842 …struct sctp_chunk * (*make_datafrag)(const struct sctp_association *, const struct sctp_sndrcvinfo… argument