Searched defs:flow_key_record (Results 1 – 3 of 3) sorted by relevance
10 struct flow_key_record { struct11 __be32 src;12 __be32 dst;13 union {17 __u32 ip_proto;
18 struct flow_key_record { struct19 __be32 src;20 __be32 dst;21 union {25 __u16 thoff;26 __u8 ip_proto;
67 struct flow_key_record { struct68 __be32 src;69 __be32 dst;70 union {94 struct flow_key_record flow; argument