Searched defs:bpf_sk_lookup_kern (Results 1 – 2 of 2) sorted by relevance
1360 struct bpf_sk_lookup_kern { struct1361 u16 family;1362 u16 protocol;1363 __be16 sport;1364 u16 dport;1365 struct {1368 } v4;1369 struct {1372 } v6;1373 struct sock *selected_sk;[all …]
10468 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()
Completed in 24 milliseconds