Lines Matching defs:sctp_chunk
81914 struct sctp_chunk { struct
81915 struct list_head list;
81916 refcount_t refcnt;
81917 int sent_count;
81918 union {
81922 struct list_head frag_list;
81923 struct sk_buff *skb;
81924 union {
81948 struct sctp_chunkhdr *chunk_hdr; argument
81949 struct sctphdr *sctp_hdr;
81950 struct sctp_sndrcvinfo sinfo;
81951 struct sctp_association *asoc;
81952 struct sctp_ep_common *rcvr;
81953 long unsigned int sent_at;
81977 …struct sctp_chunk * (*make_datafrag)(const struct sctp_association *, const struct sctp_sndrcvinfo… argument