Searched refs:OVS_VPORT_ATTR_UPCALL_PID (Results 1 – 3 of 3) sorted by relevance
385 return nla_put(skb, OVS_VPORT_ATTR_UPCALL_PID, in ovs_vport_get_upcall_portids()388 return nla_put_u32(skb, OVS_VPORT_ATTR_UPCALL_PID, ids->ids[0]); in ovs_vport_get_upcall_portids()
2202 !a[OVS_VPORT_ATTR_UPCALL_PID]) in ovs_vport_cmd_new()2245 parms.upcall_portids = a[OVS_VPORT_ATTR_UPCALL_PID]; in ovs_vport_cmd_new()2308 if (a[OVS_VPORT_ATTR_UPCALL_PID]) { in ovs_vport_cmd_set()2309 struct nlattr *ids = a[OVS_VPORT_ATTR_UPCALL_PID]; in ovs_vport_cmd_set()2480 [OVS_VPORT_ATTR_UPCALL_PID] = { .type = NLA_UNSPEC },
271 OVS_VPORT_ATTR_UPCALL_PID, /* array of u32 Netlink socket PIDs for */ enumerator