Lines Matching defs:sctp_chunk
560 struct sctp_chunk { struct
561 struct list_head list;
563 refcount_t refcnt;
566 int sent_count;
568 union {
580 struct list_head frag_list;
583 struct sk_buff *skb;
585 union {
621 struct sctp_chunkhdr *chunk_hdr; argument
622 struct sctphdr *sctp_hdr;
625 struct sctp_sndrcvinfo sinfo;
628 struct sctp_association *asoc;
631 struct sctp_ep_common *rcvr;
634 unsigned long sent_at;
637 union sctp_addr source;
639 union sctp_addr dest;
642 struct sctp_datamsg *msg;
648 struct sctp_transport *transport;
677 void sctp_chunk_hold(struct sctp_chunk *); argument