Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
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()
732 ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, const struct sw_flow_id *sfid, uint32_t ufid_flags) ovs_flow_cmd_msg_size() argument
833 ovs_flow_cmd_fill_info(const struct sw_flow *flow, int dp_ifindex, struct sk_buff *skb, u32 portid, u32 seq, u32 flags, u8 cmd, u32 ufid_flags) ovs_flow_cmd_fill_info() argument
883 ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, const struct sw_flow_id *sfid, struct genl_info *info, bool always, uint32_t ufid_flags) ovs_flow_cmd_alloc_info() argument
904 ovs_flow_cmd_build_info(const struct sw_flow *flow, int dp_ifindex, struct genl_info *info, u8 cmd, bool always, u32 ufid_flags) ovs_flow_cmd_build_info() argument
939 u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]); ovs_flow_cmd_new() local
1186 u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]); ovs_flow_cmd_set() local
1287 u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]); ovs_flow_cmd_get() local
1346 u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]); ovs_flow_cmd_del() local
1421 u32 ufid_flags; ovs_flow_cmd_dump() local
[all...]
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddatapath.c755 static bool should_fill_key(const struct sw_flow_id *sfid, uint32_t ufid_flags) in should_fill_key() argument
758 !(ufid_flags & OVS_UFID_F_OMIT_KEY); in should_fill_key()
761 static bool should_fill_mask(uint32_t ufid_flags) in should_fill_mask() argument
763 return !(ufid_flags & OVS_UFID_F_OMIT_MASK); in should_fill_mask()
766 static bool should_fill_actions(uint32_t ufid_flags) in should_fill_actions() argument
768 return !(ufid_flags & OVS_UFID_F_OMIT_ACTIONS); in should_fill_actions()
773 uint32_t ufid_flags) in ovs_flow_cmd_msg_size()
786 if (!sfid || should_fill_key(sfid, ufid_flags)) in ovs_flow_cmd_msg_size()
790 if (should_fill_mask(ufid_flags)) in ovs_flow_cmd_msg_size()
794 if (should_fill_actions(ufid_flags)) in ovs_flow_cmd_msg_size()
771 ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, const struct sw_flow_id *sfid, uint32_t ufid_flags) ovs_flow_cmd_msg_size() argument
872 ovs_flow_cmd_fill_info(const struct sw_flow *flow, int dp_ifindex, struct sk_buff *skb, u32 portid, u32 seq, u32 flags, u8 cmd, u32 ufid_flags) ovs_flow_cmd_fill_info() argument
922 ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, const struct sw_flow_id *sfid, struct genl_info *info, bool always, uint32_t ufid_flags) ovs_flow_cmd_alloc_info() argument
943 ovs_flow_cmd_build_info(const struct sw_flow *flow, int dp_ifindex, struct genl_info *info, u8 cmd, bool always, u32 ufid_flags) ovs_flow_cmd_build_info() argument
978 u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]); ovs_flow_cmd_new() local
1225 u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]); ovs_flow_cmd_set() local
1326 u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]); ovs_flow_cmd_get() local
1385 u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]); ovs_flow_cmd_del() local
1460 u32 ufid_flags; ovs_flow_cmd_dump() local
[all...]

Completed in 5 milliseconds