Home
last modified time | relevance | path

Searched defs:sctp_chunk (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/sctp/
H A Dstructs.h537 struct sctp_chunk { struct
538 struct list_head list;
540 refcount_t refcnt;
543 int sent_count;
545 union {
557 struct list_head frag_list;
560 struct sk_buff *skb;
562 union {
598 struct sctp_chunkhdr *chunk_hdr; argument
599 struct sctphdr *sctp_hdr;
[all …]
/linux/net/sctp/
H A Dsocket.c168 void (*cb)(struct sctp_chunk *)) in sctp_for_each_tx_datachunk() argument
[all...]