Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h58723 struct sctp_endpoint { struct
58724 struct sctp_ep_common base;
58725 struct hlist_node node;
58726 int hashent;
58727 struct list_head asocs;
58728 __u8 secret_key[32];
58729 __u8 *digest;
58730 __u32 sndbuf_policy;
58731 __u32 rcvbuf_policy;
58732 struct crypto_shash **auth_hmacs;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h68481 struct sctp_endpoint { struct
68482 struct sctp_ep_common base;
68483 struct hlist_node node;
68484 int hashent;
68485 struct list_head asocs;
68486 __u8 secret_key[32];
68487 __u8 *digest;
68488 __u32 sndbuf_policy;
68489 __u32 rcvbuf_policy;
68490 struct crypto_shash **auth_hmacs;
[all …]