Searched defs:bpf_sk_lookup_kern (Results 1 – 2 of 2) sorted by relevance
1607 struct bpf_sk_lookup_kern { struct1608 u16 family;1609 u16 protocol;1610 __be16 sport;1611 u16 dport;1612 struct {1615 } v4;1616 struct {1619 } v6;1620 struct sock *selected_sk;[all …]
11588 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()