Searched refs:OVS_VPORT_ATTR_UPCALL_PID (Results 1 – 5 of 5) sorted by relevance
383 return nla_put(skb, OVS_VPORT_ATTR_UPCALL_PID, in ovs_vport_get_upcall_portids()386 return nla_put_u32(skb, OVS_VPORT_ATTR_UPCALL_PID, ids->ids[0]); in ovs_vport_get_upcall_portids()
2129 !a[OVS_VPORT_ATTR_UPCALL_PID]) in ovs_vport_cmd_new()2172 parms.upcall_portids = a[OVS_VPORT_ATTR_UPCALL_PID]; in ovs_vport_cmd_new()2235 if (a[OVS_VPORT_ATTR_UPCALL_PID]) { in ovs_vport_cmd_set()2236 struct nlattr *ids = a[OVS_VPORT_ATTR_UPCALL_PID]; in ovs_vport_cmd_set()2407 [OVS_VPORT_ATTR_UPCALL_PID] = { .type = NLA_UNSPEC },
257 OVS_VPORT_ATTR_UPCALL_PID, /* array of u32 Netlink socket PIDs for */ enumerator
263 OVS_VPORT_ATTR_UPCALL_PID, /* array of u32 Netlink socket PIDs for */ enumerator