Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfilter.h1353 u16 family;
1354 u16 protocol;
1355 __be16 sport;
1356 u16 dport;
1357 struct {
1360 } v4;
1361 struct {
1364 } v6;
1365 struct sock *selected_sk;
1366 u32 ingress_ifindex;
[all …]
/openbmc/linux/net/core/
H A Dfilter.c11402 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()