Lines Matching defs:sctp_chunk
55507 struct sctp_chunk { struct
55508 struct list_head list;
55509 refcount_t refcnt;
55510 int sent_count;
55511 union {
55515 struct list_head frag_list;
55516 struct sk_buff *skb;
55517 union {
55541 struct sctp_chunkhdr *chunk_hdr; argument
55542 struct sctphdr *sctp_hdr;
55543 struct sctp_sndrcvinfo sinfo;
55544 struct sctp_association *asoc;
55545 struct sctp_ep_common *rcvr;
55546 long unsigned int sent_at;
55547 union sctp_addr source;
55571 …struct sctp_chunk * (*make_datafrag)(const struct sctp_association *, const struct sctp_sndrcvinfo… argument