Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dopenvswitch.h88 OVS_DP_ATTR_UPCALL_PID, /* Netlink PID to receive upcalls */ enumerator
/openbmc/linux/net/openvswitch/
H A Ddatapath.c1794 if (!a[OVS_DP_ATTR_NAME] || !a[OVS_DP_ATTR_UPCALL_PID]) in ovs_dp_cmd_new()
1831 parms.upcall_portids = a[OVS_DP_ATTR_UPCALL_PID]; in ovs_dp_cmd_new()
2052 [OVS_DP_ATTR_UPCALL_PID] = { .type = NLA_U32 },