Searched defs:bpf_sk_lookup_kern (Results 1 – 2 of 2) sorted by relevance
1578 struct bpf_sk_lookup_kern { struct1579 u16 family;1580 u16 protocol;1581 __be16 sport;1582 u16 dport;1583 struct {1586 } v4;1587 struct {1590 } v6;1591 struct sock *selected_sk;[all …]
11566 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()