Searched refs:OVS_DP_ATTR_UPCALL_PID (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dopenvswitch.h69 * @OVS_DP_ATTR_UPCALL_PID: The Netlink socket in userspace that is initially
88 OVS_DP_ATTR_UPCALL_PID, /* Netlink PID to receive upcalls */ enumerator in enum:ovs_datapath_attr
/linux-master/net/openvswitch/
H A Ddatapath.c1794 if (!a[OVS_DP_ATTR_NAME] || !a[OVS_DP_ATTR_UPCALL_PID])
1831 parms.upcall_portids = a[OVS_DP_ATTR_UPCALL_PID];
2052 [OVS_DP_ATTR_UPCALL_PID] = { .type = NLA_U32 },

Completed in 164 milliseconds