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