Lines Matching defs:vid
106 * @vid: the VLAN identifier
108 * Return: the vlan object identified by vid and belonging to orig_node or NULL
113 unsigned short vid)
119 if (tmp->vid != vid)
138 * @vid: the VLAN identifier
140 * Return: NULL in case of failure or the vlan object identified by vid and
148 unsigned short vid)
154 /* first look if an object for this vid already exists */
155 vlan = batadv_orig_node_vlan_get(orig_node, vid);
164 vlan->vid = vid;