Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
Dfilter.h1578 struct bpf_sk_lookup_kern { struct
1579 u16 family;
1580 u16 protocol;
1581 __be16 sport;
1582 u16 dport;
1583 struct {
1586 } v4;
1587 struct {
1590 } v6;
1591 struct sock *selected_sk;
[all …]
/linux-6.15/net/core/
Dfilter.c11566 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()