Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dfilter.h1557 struct bpf_sk_lookup_kern { struct
1558 u16 family;
1559 u16 protocol;
1560 __be16 sport;
1561 u16 dport;
1562 struct {
1565 } v4;
1566 struct {
1569 } v6;
1570 struct sock *selected_sk;
[all …]
/linux-6.14.4/net/core/
Dfilter.c11501 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()