Lines Matching defs:sctp_chunk
550 struct sctp_chunk { struct
551 struct list_head list;
553 refcount_t refcnt;
556 int sent_count;
558 union {
570 struct list_head frag_list;
573 struct sk_buff *skb;
575 union {
611 struct sctp_chunkhdr *chunk_hdr; argument
612 struct sctphdr *sctp_hdr;
615 struct sctp_sndrcvinfo sinfo;
618 struct sctp_association *asoc;
621 struct sctp_ep_common *rcvr;
624 unsigned long sent_at;
627 union sctp_addr source;
629 union sctp_addr dest;
632 struct sctp_datamsg *msg;
638 struct sctp_transport *transport;
668 void sctp_chunk_hold(struct sctp_chunk *); argument