Searched defs:bpf_flow_keys (Results 1 – 3 of 3) sorted by relevance
16 struct bpf_flow_keys { struct17 __be32 src;18 __be32 dst;19 union {23 __u32 ip_proto;
17 struct bpf_flow_keys { struct18 __be32 src;19 __be32 dst;20 union {24 __u16 thoff;25 __u8 ip_proto;
64 struct bpf_flow_keys { struct65 __be32 src;66 __be32 dst;67 union {91 struct bpf_flow_keys flow; argument