Lines Matching refs:sw_flow_key
40 (sizeof_field(struct sw_flow_key, tun_opts) - opt_len)
54 (offsetof(struct sw_flow_key, recirc_id) + \
55 sizeof_field(struct sw_flow_key, recirc_id))
62 struct sw_flow_key { struct
155 static inline bool sw_flow_key_is_nd(const struct sw_flow_key *key) in sw_flow_key_is_nd() argument
173 struct sw_flow_key key;
177 struct sw_flow_key *key;
188 struct sw_flow_key *unmasked_key;
216 struct sw_flow_key key;
242 static inline u8 ovs_key_mac_proto(const struct sw_flow_key *key) in ovs_key_mac_proto()
252 static inline u16 ovs_mac_header_len(const struct sw_flow_key *key) in ovs_mac_header_len()
274 int ovs_flow_key_update(struct sk_buff *skb, struct sw_flow_key *key);
275 int ovs_flow_key_update_l3l4(struct sk_buff *skb, struct sw_flow_key *key);
278 struct sw_flow_key *key);
282 struct sw_flow_key *key, bool log);