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.h1590 struct bpf_sk_lookup_kern { struct
1591 u16 family;
1592 u16 protocol;
1593 __be16 sport;
1594 u16 dport;
1595 struct {
1598 } v4;
1599 struct {
1602 } v6;
1603 struct sock *selected_sk;
[all …]
/linux/net/core/
H A Dfilter.c11572 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()