Searched defs:bpf_sk_lookup_kern (Results 1 – 2 of 2) sorted by relevance
1590 struct bpf_sk_lookup_kern { struct1591 u16 family;1592 u16 protocol;1593 __be16 sport;1594 u16 dport;1595 struct {1598 } v4;1599 struct {1602 } v6;1603 struct sock *selected_sk;[all …]
11572 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()