Searched defs:bpf_sk_lookup_kern (Results 1 – 1 of 1) sorted by relevance
1311 struct bpf_sk_lookup_kern { struct1312 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 …]