Lines Matching refs:sw_flow_key
53 (sizeof_field(struct sw_flow_key, tun_opts) - opt_len)
67 (offsetof(struct sw_flow_key, recirc_id) + \
68 sizeof_field(struct sw_flow_key, recirc_id))
75 struct sw_flow_key { struct
169 static inline bool sw_flow_key_is_nd(const struct sw_flow_key *key) in sw_flow_key_is_nd() argument
187 struct sw_flow_key key;
191 struct sw_flow_key *key;
202 struct sw_flow_key *unmasked_key;
230 struct sw_flow_key key;
256 static inline u8 ovs_key_mac_proto(const struct sw_flow_key *key) in ovs_key_mac_proto()
266 static inline u16 ovs_mac_header_len(const struct sw_flow_key *key) in ovs_mac_header_len()
288 int ovs_flow_key_update(struct sk_buff *skb, struct sw_flow_key *key);
289 int ovs_flow_key_update_l3l4(struct sk_buff *skb, struct sw_flow_key *key);
292 struct sw_flow_key *key);
296 struct sw_flow_key *key, bool log);