Home
last modified time | relevance | path

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

/Linux-v5.4/net/openvswitch/
Dvport.c381 return nla_put(skb, OVS_VPORT_ATTR_UPCALL_PID, in ovs_vport_get_upcall_portids()
384 return nla_put_u32(skb, OVS_VPORT_ATTR_UPCALL_PID, ids->ids[0]); in ovs_vport_get_upcall_portids()
Ddatapath.c2038 !a[OVS_VPORT_ATTR_UPCALL_PID]) in ovs_vport_cmd_new()
2081 parms.upcall_portids = a[OVS_VPORT_ATTR_UPCALL_PID]; in ovs_vport_cmd_new()
2144 if (a[OVS_VPORT_ATTR_UPCALL_PID]) { in ovs_vport_cmd_set()
2145 struct nlattr *ids = a[OVS_VPORT_ATTR_UPCALL_PID]; in ovs_vport_cmd_set()
2299 [OVS_VPORT_ATTR_UPCALL_PID] = { .type = NLA_UNSPEC },
/Linux-v5.4/include/uapi/linux/
Dopenvswitch.h260 OVS_VPORT_ATTR_UPCALL_PID, /* array of u32 Netlink socket PIDs for */ enumerator