Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dfilter.h1361 struct bpf_sk_lookup_kern { struct
1362 u16 family;
1363 u16 protocol;
1364 __be16 sport;
1365 u16 dport;
1366 struct {
1369 } v4;
1370 struct {
1373 } v6;
1374 struct sock *selected_sk;
[all …]
/Linux-v5.15/net/core/
Dfilter.c10397 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()