Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h58438 struct sctp_sock { struct
58440 enum sctp_socket_type type; argument
58441 struct sctp_pf *pf;
58442 struct crypto_shash *hmac;
58443 char *sctp_hmac_alg;
58444 struct sctp_endpoint *ep;
58445 struct sctp_bind_bucket *bind_hash;
58446 __u16 default_stream;
58447 __u32 default_ppid;
58448 __u16 default_flags;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h68196 struct sctp_sock { struct
68198 enum sctp_socket_type type; argument
68199 struct sctp_pf *pf;
68200 struct crypto_shash *hmac;
68201 char *sctp_hmac_alg;
68202 struct sctp_endpoint *ep;
68203 struct sctp_bind_bucket *bind_hash;
68204 __u16 default_stream;
68205 __u32 default_ppid;
68206 __u16 default_flags;
[all …]