Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/net/sctp/
Dstructs.h560 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;
[all …]
/kernel/linux/linux-5.10/include/net/sctp/
Dstructs.h544 struct sctp_chunk { struct
545 struct list_head list;
547 refcount_t refcnt;
550 int sent_count;
552 union {
564 struct list_head frag_list;
567 struct sk_buff *skb;
569 union {
605 struct sctp_chunkhdr *chunk_hdr; argument
606 struct sctphdr *sctp_hdr;
[all …]
/kernel/linux/linux-5.10/net/sctp/
Dsocket.c165 void (*cb)(struct sctp_chunk *)) in sctp_for_each_tx_datachunk()
/kernel/linux/linux-4.19/net/sctp/
Dsocket.c183 void (*cb)(struct sctp_chunk *)) in sctp_for_each_tx_datachunk()