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

/linux-master/net/openvswitch/
H A Dvport.c404 struct vport_portids *old, *vport_portids; local
411 vport_portids = kmalloc(sizeof(*vport_portids) + nla_len(ids),
413 if (!vport_portids)
416 vport_portids->n_ids = nla_len(ids) / sizeof(u32);
417 vport_portids->rn_ids = reciprocal_value(vport_portids->n_ids);
418 nla_memcpy(vport_portids->ids, ids, nla_len(ids));
420 rcu_assign_pointer(vport->upcall_portids, vport_portids);
[all...]
H A Dvport.h45 * struct vport_portids - array of netlink portids of a vport.
53 struct vport_portids { struct
65 * @upcall_portids: RCU protected 'struct vport_portids'.
78 struct vport_portids __rcu *upcall_portids;

Completed in 118 milliseconds