Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfilter.h1607 struct bpf_sk_lookup_kern { struct
1608 u16 family;
1609 u16 protocol;
1610 __be16 sport;
1611 u16 dport;
1612 struct {
1615 } v4;
1616 struct {
1619 } v6;
1620 struct sock *selected_sk;
[all …]
/linux/net/core/
H A Dfilter.c11588 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()