Lines Matching refs:sw_flow_key
53 void ovs_flow_mask_key(struct sw_flow_key *dst, const struct sw_flow_key *src, in ovs_flow_mask_key()
645 static u32 flow_hash(const struct sw_flow_key *key, in flow_hash()
656 static int flow_key_start(const struct sw_flow_key *key) in flow_key_start()
661 return rounddown(offsetof(struct sw_flow_key, phy), in flow_key_start()
665 static bool cmp_key(const struct sw_flow_key *key1, in cmp_key()
666 const struct sw_flow_key *key2, in cmp_key()
681 const struct sw_flow_key *key, in flow_cmp_masked_key()
690 struct sw_flow_key *key = match->key; in ovs_flow_cmp_unmasked_key()
699 const struct sw_flow_key *unmasked, in masked_flow_lookup()
706 struct sw_flow_key masked_key; in masked_flow_lookup()
730 const struct sw_flow_key *key, in flow_lookup()
784 const struct sw_flow_key *key, in ovs_flow_tbl_lookup_stats()
848 const struct sw_flow_key *key) in ovs_flow_tbl_lookup()
1192 BUILD_BUG_ON(__alignof__(struct sw_flow_key) % __alignof__(long)); in ovs_flow_init()
1193 BUILD_BUG_ON(sizeof(struct sw_flow_key) % sizeof(long)); in ovs_flow_init()