Home
last modified time | relevance | path

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

/linux-6.8/include/linux/
Dfilter.h1393 struct bpf_sk_lookup_kern { struct
1394 u16 family;
1395 u16 protocol;
1396 __be16 sport;
1397 u16 dport;
1398 struct {
1401 } v4;
1402 struct {
1405 } v6;
1406 struct sock *selected_sk;
[all …]
/linux-6.8/net/core/
Dfilter.c11404 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()