Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dsockex3_user.c16 struct bpf_flow_keys { struct
17 __be32 src;
18 __be32 dst;
19 union {
23 __u32 ip_proto;
Dsockex2_kern.c17 struct bpf_flow_keys { struct
18 __be32 src;
19 __be32 dst;
20 union {
24 __u16 thoff;
25 __u8 ip_proto;
Dsockex3_kern.c64 struct bpf_flow_keys { struct
65 __be32 src;
66 __be32 dst;
67 union {
91 struct bpf_flow_keys flow; argument