Searched defs:bpf_sk_lookup_kern (Results 1 – 2 of 2) sorted by relevance
1557 struct bpf_sk_lookup_kern { struct1558 u16 family;1559 u16 protocol;1560 __be16 sport;1561 u16 dport;1562 struct {1565 } v4;1566 struct {1569 } v6;1570 struct sock *selected_sk;[all …]
11501 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()