Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/sctp/
Dstructs.h550 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;
[all …]
/linux-6.6.21/net/sctp/
Dsocket.c167 void (*cb)(struct sctp_chunk *)) in sctp_for_each_tx_datachunk()