Searched defs:flow_keys (Results 1 – 2 of 2) sorted by relevance
225 struct flow_keys { struct226 __u32 src;227 __u32 dst;228 union {232 __s32 th_off;233 __u8 ip_proto;
42 static const char *flow_keys[FLOW_KEY_MAX+1] = { variable