Searched defs:bpf_sk_lookup_kern (Results 1 – 2 of 2) sorted by relevance
1361 struct bpf_sk_lookup_kern { struct1362 u16 family;1363 u16 protocol;1364 __be16 sport;1365 u16 dport;1366 struct {1369 } v4;1370 struct {1373 } v6;1374 struct sock *selected_sk;[all …]
10397 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()