Searched defs:bpf_sk_lookup_kern (Results 1 – 2 of 2) sorted by relevance
1393 struct bpf_sk_lookup_kern { struct1394 u16 family;1395 u16 protocol;1396 __be16 sport;1397 u16 dport;1398 struct {1401 } v4;1402 struct {1405 } v6;1406 struct sock *selected_sk;[all …]
11404 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()