Searched defs:bpf_sk_lookup_kern (Results 1 – 2 of 2) sorted by relevance
1312 struct bpf_sk_lookup_kern { struct1313 u16 family;1314 u16 protocol;1315 __be16 sport;1316 u16 dport;1317 struct {1320 } v4;1321 struct {1324 } v6;1325 struct sock *selected_sk;[all …]
10149 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()