Home
last modified time | relevance | path

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

/include/linux/
Dfilter.h1311 struct bpf_sk_lookup_kern { struct
1312 u16 family;
1313 u16 protocol;
1314 __be16 sport;
1315 u16 dport;
1316 struct {
1319 } v4;
1320 struct {
1323 } v6;
1324 struct sock *selected_sk;
[all …]