Searched defs:bpf_sk_lookup_kern (Results 1 – 2 of 2) sorted by relevance
1296 struct bpf_sk_lookup_kern { struct1297 u16 family;1298 u16 protocol;1299 __be16 sport;1300 u16 dport;1301 struct {1304 } v4;1305 struct {1308 } v6;1309 struct sock *selected_sk;[all …]
10102 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()