Lines Matching defs:sctp_chunk
524 struct sctp_chunk { struct
525 struct list_head list;
527 refcount_t refcnt;
530 int sent_count;
533 struct list_head transmitted_list;
540 struct list_head frag_list;
543 struct sk_buff *skb;
546 struct sk_buff *head_skb;
575 struct sctp_chunkhdr *chunk_hdr; argument
576 struct sctphdr *sctp_hdr;
579 struct sctp_sndrcvinfo sinfo;
582 struct sctp_association *asoc;
585 struct sctp_ep_common *rcvr;
588 unsigned long sent_at;
591 union sctp_addr source;
593 union sctp_addr dest;
596 struct sctp_datamsg *msg;
602 struct sctp_transport *transport;
630 void sctp_chunk_hold(struct sctp_chunk *); argument