Searched refs:ovs_nla_get_ufid (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_netlink.h | 52 bool ovs_nla_get_ufid(struct sw_flow_id *, const struct nlattr *, bool log);
|
H A D | datapath.c | 1191 ufid_present = ovs_nla_get_ufid(&sfid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_set() 1292 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_get() 1351 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_del()
|
H A D | flow_netlink.c | 1875 bool ovs_nla_get_ufid(struct sw_flow_id *sfid, const struct nlattr *attr, in ovs_nla_get_ufid() function 1890 if (ovs_nla_get_ufid(sfid, ufid, log)) in ovs_nla_get_identifier()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_netlink.h | 52 bool ovs_nla_get_ufid(struct sw_flow_id *, const struct nlattr *, bool log);
|
H A D | datapath.c | 1230 ufid_present = ovs_nla_get_ufid(&sfid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_set() 1331 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_get() 1390 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_del()
|
H A D | flow_netlink.c | 1898 bool ovs_nla_get_ufid(struct sw_flow_id *sfid, const struct nlattr *attr, in ovs_nla_get_ufid() function 1913 if (ovs_nla_get_ufid(sfid, ufid, log)) in ovs_nla_get_identifier()
|
Completed in 15 milliseconds