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

/linux-master/net/openvswitch/
H A Dvport.c434 * %OVS_VPORT_ATTR_UPCALL_PID attribute which is the array of upcall
449 return nla_put(skb, OVS_VPORT_ATTR_UPCALL_PID,
452 return nla_put_u32(skb, OVS_VPORT_ATTR_UPCALL_PID, ids->ids[0]);
H A Ddatapath.c2262 !a[OVS_VPORT_ATTR_UPCALL_PID])
2307 parms.upcall_portids = a[OVS_VPORT_ATTR_UPCALL_PID];
2372 if (a[OVS_VPORT_ATTR_UPCALL_PID]) {
2373 struct nlattr *ids = a[OVS_VPORT_ATTR_UPCALL_PID];
2544 [OVS_VPORT_ATTR_UPCALL_PID] = { .type = NLA_UNSPEC },
/linux-master/include/uapi/linux/
H A Dopenvswitch.h248 * @OVS_VPORT_ATTR_UPCALL_PID: The array of Netlink socket pids in userspace
274 OVS_VPORT_ATTR_UPCALL_PID, /* array of u32 Netlink socket PIDs for */ enumerator in enum:ovs_vport_attr

Completed in 159 milliseconds