Lines Matching defs:vid
107 * @vid: the VLAN identifier
109 * Return: the vlan object identified by vid and belonging to orig_node or NULL
114 unsigned short vid)
120 if (tmp->vid != vid)
139 * @vid: the VLAN identifier
141 * Return: NULL in case of failure or the vlan object identified by vid and
149 unsigned short vid)
155 /* first look if an object for this vid already exists */
156 vlan = batadv_orig_node_vlan_get(orig_node, vid);
165 vlan->vid = vid;