Home
last modified time | relevance | path

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

/linux/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
192 * %OVS_DP_ATTR_UPCALL_PID, %OVS_DP_ATTR_PER_CPU_PIDS and the
/linux/net/openvswitch/
H A Ddatapath.c1823 if (!a[OVS_DP_ATTR_NAME] || !a[OVS_DP_ATTR_UPCALL_PID]) in ovs_dp_cmd_new()
1860 parms.upcall_portids = a[OVS_DP_ATTR_UPCALL_PID]; in ovs_dp_cmd_new()
2080 [OVS_DP_ATTR_UPCALL_PID] = { .type = NLA_U32 },