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

/linux-4.1.27/net/openvswitch/
H A Ddatapath.c663 static bool should_fill_key(const struct sw_flow_id *sfid, uint32_t ufid_flags) should_fill_key() argument
669 static bool should_fill_mask(uint32_t ufid_flags) should_fill_mask() argument
674 static bool should_fill_actions(uint32_t ufid_flags) should_fill_actions() argument
875 u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]); ovs_flow_cmd_new() local
1056 u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]); ovs_flow_cmd_set() local
1166 u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]); ovs_flow_cmd_get() local
1224 u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]); ovs_flow_cmd_del() local
1294 u32 ufid_flags; ovs_flow_cmd_dump() local
679 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
773 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
823 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
844 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

Completed in 50 milliseconds