Lines Matching defs:sctp_chunk
547 struct sctp_chunk { struct
548 struct list_head list;
550 refcount_t refcnt;
553 int sent_count;
555 union {
567 struct list_head frag_list;
570 struct sk_buff *skb;
572 union {
608 struct sctp_chunkhdr *chunk_hdr; argument
609 struct sctphdr *sctp_hdr;
612 struct sctp_sndrcvinfo sinfo;
615 struct sctp_association *asoc;
618 struct sctp_ep_common *rcvr;
621 unsigned long sent_at;
624 union sctp_addr source;
626 union sctp_addr dest;
629 struct sctp_datamsg *msg;
635 struct sctp_transport *transport;
665 void sctp_chunk_hold(struct sctp_chunk *); argument