Lines Matching defs:sctp_chunk
544 struct sctp_chunk { struct
545 struct list_head list;
547 refcount_t refcnt;
550 int sent_count;
552 union {
564 struct list_head frag_list;
567 struct sk_buff *skb;
569 union {
605 struct sctp_chunkhdr *chunk_hdr; argument
606 struct sctphdr *sctp_hdr;
609 struct sctp_sndrcvinfo sinfo;
612 struct sctp_association *asoc;
615 struct sctp_ep_common *rcvr;
618 unsigned long sent_at;
621 union sctp_addr source;
623 union sctp_addr dest;
626 struct sctp_datamsg *msg;
632 struct sctp_transport *transport;
661 void sctp_chunk_hold(struct sctp_chunk *); argument