Home
last modified time | relevance | path

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

/openbmc/linux/net/openvswitch/
H A Dvport.c449 return nla_put(skb, OVS_VPORT_ATTR_UPCALL_PID, in ovs_vport_get_upcall_portids()
452 return nla_put_u32(skb, OVS_VPORT_ATTR_UPCALL_PID, ids->ids[0]); in ovs_vport_get_upcall_portids()
H A Ddatapath.c2262 !a[OVS_VPORT_ATTR_UPCALL_PID]) in ovs_vport_cmd_new()
2307 parms.upcall_portids = a[OVS_VPORT_ATTR_UPCALL_PID]; in ovs_vport_cmd_new()
2372 if (a[OVS_VPORT_ATTR_UPCALL_PID]) { in ovs_vport_cmd_set()
2373 struct nlattr *ids = a[OVS_VPORT_ATTR_UPCALL_PID]; in ovs_vport_cmd_set()
2544 [OVS_VPORT_ATTR_UPCALL_PID] = { .type = NLA_UNSPEC },
/openbmc/linux/include/uapi/linux/
H A Dopenvswitch.h274 OVS_VPORT_ATTR_UPCALL_PID, /* array of u32 Netlink socket PIDs for */ enumerator