Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h53219 struct sctp_chunk { struct
53220 struct list_head list;
53221 refcount_t refcnt;
53222 int sent_count;
53223 union {
53227 struct list_head frag_list;
53228 struct sk_buff *skb;
53229 union {
53253 struct sctp_chunkhdr *chunk_hdr; argument
53254 struct sctphdr *sctp_hdr;
[all …]