vport_portids     336 net/openvswitch/vport.c 	struct vport_portids *old, *vport_portids;
vport_portids     343 net/openvswitch/vport.c 	vport_portids = kmalloc(sizeof(*vport_portids) + nla_len(ids),
vport_portids     345 net/openvswitch/vport.c 	if (!vport_portids)
vport_portids     348 net/openvswitch/vport.c 	vport_portids->n_ids = nla_len(ids) / sizeof(u32);
vport_portids     349 net/openvswitch/vport.c 	vport_portids->rn_ids = reciprocal_value(vport_portids->n_ids);
vport_portids     350 net/openvswitch/vport.c 	nla_memcpy(vport_portids->ids, ids, nla_len(ids));
vport_portids     352 net/openvswitch/vport.c 	rcu_assign_pointer(vport->upcall_portids, vport_portids);
vport_portids     376 net/openvswitch/vport.c 	struct vport_portids *ids;
vport_portids     400 net/openvswitch/vport.c 	struct vport_portids *ids;
vport_portids      73 net/openvswitch/vport.h 	struct vport_portids __rcu *upcall_portids;