Lines Matching refs:ufid_flags

678 static bool should_fill_key(const struct sw_flow_id *sfid, uint32_t ufid_flags)  in should_fill_key()  argument
681 !(ufid_flags & OVS_UFID_F_OMIT_KEY); in should_fill_key()
684 static bool should_fill_mask(uint32_t ufid_flags) in should_fill_mask() argument
686 return !(ufid_flags & OVS_UFID_F_OMIT_MASK); in should_fill_mask()
689 static bool should_fill_actions(uint32_t ufid_flags) in should_fill_actions() argument
691 return !(ufid_flags & OVS_UFID_F_OMIT_ACTIONS); in should_fill_actions()
696 uint32_t ufid_flags) in ovs_flow_cmd_msg_size() argument
705 if (!sfid || should_fill_key(sfid, ufid_flags)) in ovs_flow_cmd_msg_size()
709 if (should_fill_mask(ufid_flags)) in ovs_flow_cmd_msg_size()
713 if (should_fill_actions(ufid_flags)) in ovs_flow_cmd_msg_size()
793 u32 seq, u32 flags, u8 cmd, u32 ufid_flags) in ovs_flow_cmd_fill_info() argument
810 if (should_fill_key(&flow->id, ufid_flags)) { in ovs_flow_cmd_fill_info()
816 if (should_fill_mask(ufid_flags)) { in ovs_flow_cmd_fill_info()
826 if (should_fill_actions(ufid_flags)) { in ovs_flow_cmd_fill_info()
845 uint32_t ufid_flags) in ovs_flow_cmd_alloc_info() argument
853 len = ovs_flow_cmd_msg_size(acts, sfid, ufid_flags); in ovs_flow_cmd_alloc_info()
865 bool always, u32 ufid_flags) in ovs_flow_cmd_build_info() argument
871 &flow->id, info, always, ufid_flags); in ovs_flow_cmd_build_info()
877 cmd, ufid_flags); in ovs_flow_cmd_build_info()
893 u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]); in ovs_flow_cmd_new() local
945 ufid_flags); in ovs_flow_cmd_new()
979 ufid_flags); in ovs_flow_cmd_new()
1021 ufid_flags); in ovs_flow_cmd_new()
1132 u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]); in ovs_flow_cmd_set() local
1152 ufid_flags); in ovs_flow_cmd_set()
1186 ufid_flags); in ovs_flow_cmd_set()
1193 ufid_flags); in ovs_flow_cmd_set()
1233 u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]); in ovs_flow_cmd_get() local
1268 OVS_FLOW_CMD_NEW, true, ufid_flags); in ovs_flow_cmd_get()
1292 u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]); in ovs_flow_cmd_del() local
1331 &flow->id, info, false, ufid_flags); in ovs_flow_cmd_del()
1339 ufid_flags); in ovs_flow_cmd_del()
1362 u32 ufid_flags; in ovs_flow_cmd_dump() local
1369 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]); in ovs_flow_cmd_dump()
1392 OVS_FLOW_CMD_NEW, ufid_flags) < 0) in ovs_flow_cmd_dump()