Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfilter.h1312 struct bpf_sk_lookup_kern { struct
1313 u16 family;
1314 u16 protocol;
1315 __be16 sport;
1316 u16 dport;
1317 struct {
1320 } v4;
1321 struct {
1324 } v6;
1325 struct sock *selected_sk;
[all …]
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c10149 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3()