Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dfilter.h1348 struct bpf_sk_lookup_kern { struct
1349 u16 family;
1350 u16 protocol;
1351 __be16 sport;
1352 u16 dport;
1353 struct {
1356 } v4;
1357 struct {
1360 } v6;
1361 struct sock *selected_sk;
[all …]
/Linux-v6.6/net/core/
Dfilter.c11306 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()