Lines Matching refs:sw_flow_key
53 void ovs_flow_mask_key(struct sw_flow_key *dst, const struct sw_flow_key *src,
647 static u32 flow_hash(const struct sw_flow_key *key,
658 static int flow_key_start(const struct sw_flow_key *key)
663 return rounddown(offsetof(struct sw_flow_key, phy),
667 static bool cmp_key(const struct sw_flow_key *key1,
668 const struct sw_flow_key *key2,
683 const struct sw_flow_key *key,
692 struct sw_flow_key *key = match->key;
701 const struct sw_flow_key *unmasked,
708 struct sw_flow_key masked_key;
732 const struct sw_flow_key *key,
786 const struct sw_flow_key *key,
850 const struct sw_flow_key *key)
1195 BUILD_BUG_ON(__alignof__(struct sw_flow_key) % __alignof__(long));
1196 BUILD_BUG_ON(sizeof(struct sw_flow_key) % sizeof(long));