Lines Matching refs:sw_flow_key
39 (FIELD_SIZEOF(struct sw_flow_key, tun_opts) - opt_len)
53 (offsetof(struct sw_flow_key, recirc_id) + \
54 FIELD_SIZEOF(struct sw_flow_key, recirc_id))
61 struct sw_flow_key { struct
152 static inline bool sw_flow_key_is_nd(const struct sw_flow_key *key) in sw_flow_key_is_nd() argument
171 struct sw_flow_key key;
175 struct sw_flow_key *key;
186 struct sw_flow_key *unmasked_key;
214 struct sw_flow_key key;
240 static inline u8 ovs_key_mac_proto(const struct sw_flow_key *key) in ovs_key_mac_proto()
250 static inline u16 ovs_mac_header_len(const struct sw_flow_key *key) in ovs_mac_header_len()
272 int ovs_flow_key_update(struct sk_buff *skb, struct sw_flow_key *key);
273 int ovs_flow_key_update_l3l4(struct sk_buff *skb, struct sw_flow_key *key);
276 struct sw_flow_key *key);
280 struct sw_flow_key *key, bool log);