Searched defs:bpf_sk_lookup_kern (Results 1 – 2 of 2) sorted by relevance
1348 struct bpf_sk_lookup_kern { struct1349 u16 family;1350 u16 protocol;1351 __be16 sport;1352 u16 dport;1353 struct {1356 } v4;1357 struct {1360 } v6;1361 struct sock *selected_sk;[all …]
11306 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()