Searched defs:flow_keys (Results 1 – 5 of 5) sorted by relevance
9 struct flow_keys { struct10 __be32 src;11 __be32 dst;12 union {16 __u32 ip_proto;
17 struct flow_keys { struct18 __be32 src;19 __be32 dst;20 union {24 __u16 thoff;25 __u8 ip_proto;
64 struct flow_keys { struct65 __be32 src;66 __be32 dst;67 union {91 struct flow_keys flow; argument
146 struct flow_keys { struct157 offsetof(struct flow_keys, FLOW_KEYS_HASH_START_FIELD) argument
304 struct flow_keys flow_keys; in flow_classify() local