Home
last modified time | relevance | path

Searched defs:bpf_sk_lookup_kern (Results 1 – 2 of 2) sorted by relevance

/linux-5.10/include/linux/
Dfilter.h1296 struct bpf_sk_lookup_kern { struct
1297 u16 family;
1298 u16 protocol;
1299 __be16 sport;
1300 u16 dport;
1301 struct {
1304 } v4;
1305 struct {
1308 } v6;
1309 struct sock *selected_sk;
[all …]
/linux-5.10/net/core/
Dfilter.c10102 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()