Searched defs:bpf_sk_lookup_kern (Results 1 – 2 of 2) sorted by relevance
1358 u16 family;1359 u16 protocol;1360 __be16 sport;1361 u16 dport;1362 struct {1365 } v4;1366 struct {1369 } v6;1370 struct sock *selected_sk;1371 u32 ingress_ifindex;[all …]
11204 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()
Completed in 25 milliseconds