Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h36104 struct bpf_sk_lookup_kern { struct
36105 u16 family;
36106 u16 protocol;
36107 __be16 sport;
36108 u16 dport;
36109 struct {
36112 } v4;
36113 struct {
36116 } v6;
36117 struct sock *selected_sk;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h45766 struct bpf_sk_lookup_kern { struct
45767 u16 family;
45768 u16 protocol;
45769 __be16 sport;
45770 u16 dport;
45771 struct {
45774 } v4;
45775 struct {
45778 } v6;
45779 struct sock *selected_sk;
[all …]