Searched defs:bpf_sk_lookup_kern (Results 1 – 2 of 2) sorted by relevance
1352 struct bpf_sk_lookup_kern { struct1353 u16 family;1354 u16 protocol;1355 __be16 sport;1356 u16 dport;1357 struct {1360 } v4;1361 struct {1364 } v6;1365 struct sock *selected_sk;[all …]
11432 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()