Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dfilter.h1357 struct bpf_sk_lookup_kern { struct
1358 u16 family;
1359 u16 protocol;
1360 __be16 sport;
1361 u16 dport;
1362 struct {
1365 } v4;
1366 struct {
1369 } v6;
1370 struct sock *selected_sk;
[all …]
/linux-6.1.9/net/core/
Dfilter.c11140 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()