Home
last modified time | relevance | path

Searched refs:ufid_flags (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/net/openvswitch/
H A Ddatapath.c716 static bool should_fill_key(const struct sw_flow_id *sfid, uint32_t ufid_flags) in should_fill_key() argument
719 !(ufid_flags & OVS_UFID_F_OMIT_KEY); in should_fill_key()
722 static bool should_fill_mask(uint32_t ufid_flags) in should_fill_mask() argument
724 return !(ufid_flags & OVS_UFID_F_OMIT_MASK); in should_fill_mask()
727 static bool should_fill_actions(uint32_t ufid_flags) in should_fill_actions() argument
729 return !(ufid_flags & OVS_UFID_F_OMIT_ACTIONS); in should_fill_actions()
734 uint32_t ufid_flags) in ovs_flow_cmd_msg_size() argument
747 if (!sfid || should_fill_key(sfid, ufid_flags)) in ovs_flow_cmd_msg_size()
751 if (should_fill_mask(ufid_flags)) in ovs_flow_cmd_msg_size()
755 if (should_fill_actions(ufid_flags)) in ovs_flow_cmd_msg_size()
[all …]