Lines Matching defs:sctp_chunk
549 struct sctp_chunk { struct
550 struct list_head list;
552 refcount_t refcnt;
555 int sent_count;
557 union {
569 struct list_head frag_list;
572 struct sk_buff *skb;
574 union {
610 struct sctp_chunkhdr *chunk_hdr; argument
611 struct sctphdr *sctp_hdr;
614 struct sctp_sndrcvinfo sinfo;
617 struct sctp_association *asoc;
620 struct sctp_ep_common *rcvr;
623 unsigned long sent_at;
626 union sctp_addr source;
628 union sctp_addr dest;
631 struct sctp_datamsg *msg;
637 struct sctp_transport *transport;
667 void sctp_chunk_hold(struct sctp_chunk *); argument