Lines Matching refs:vid
1188 * @vid: the vlan identifier
1195 unsigned short vid,
1204 if (batadv_bla_is_backbone_gw_orig(bat_priv, orig_node->orig, vid)) {
1210 orig_node, vid);
1217 * @vid: the vlan identifier
1228 unsigned short vid)
1238 tt_global = batadv_tt_global_hash_find(bat_priv, addr, vid);
1250 batadv_mcast_forw_send_orig(bat_priv, newskb, vid,
1265 * @vid: the vlan identifier
1276 struct sk_buff *skb, unsigned short vid)
1292 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node);
1302 * @vid: the vlan identifier
1313 struct sk_buff *skb, unsigned short vid)
1329 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node);
1339 * @vid: the vlan identifier
1351 struct sk_buff *skb, unsigned short vid)
1355 return batadv_mcast_forw_want_all_ipv4(bat_priv, skb, vid);
1357 return batadv_mcast_forw_want_all_ipv6(bat_priv, skb, vid);
1368 * @vid: the vlan identifier
1379 struct sk_buff *skb, unsigned short vid)
1395 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node);
1405 * @vid: the vlan identifier
1416 struct sk_buff *skb, unsigned short vid)
1432 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node);
1442 * @vid: the vlan identifier
1454 struct sk_buff *skb, unsigned short vid)
1458 return batadv_mcast_forw_want_all_rtr4(bat_priv, skb, vid);
1460 return batadv_mcast_forw_want_all_rtr6(bat_priv, skb, vid);
1471 * @vid: the vlan identifier
1485 unsigned short vid, int is_routable)
1489 ret = batadv_mcast_forw_tt(bat_priv, skb, vid);
1495 ret = batadv_mcast_forw_want_all(bat_priv, skb, vid);
1504 ret = batadv_mcast_forw_want_rtr(bat_priv, skb, vid);