Lines Matching defs:vid

1175  * @vid: the vlan identifier
1197 struct sk_buff *skb, unsigned short vid,
1206 batadv_mcast_forw_push(bat_priv, skb, vid, is_routable, count))
1219 * @vid: the vlan identifier
1226 unsigned short vid, int *is_routable)
1256 return batadv_mcast_forw_mode_by_count(bat_priv, skb, vid, *is_routable,
1264 * @vid: the vlan identifier
1271 unsigned short vid,
1280 if (batadv_bla_is_backbone_gw_orig(bat_priv, orig_node->orig, vid)) {
1286 orig_node, vid);
1293 * @vid: the vlan identifier
1304 unsigned short vid)
1314 tt_global = batadv_tt_global_hash_find(bat_priv, addr, vid);
1326 batadv_mcast_forw_send_orig(bat_priv, newskb, vid,
1341 * @vid: the vlan identifier
1352 struct sk_buff *skb, unsigned short vid)
1368 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node);
1378 * @vid: the vlan identifier
1389 struct sk_buff *skb, unsigned short vid)
1405 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node);
1415 * @vid: the vlan identifier
1427 struct sk_buff *skb, unsigned short vid)
1431 return batadv_mcast_forw_want_all_ipv4(bat_priv, skb, vid);
1433 return batadv_mcast_forw_want_all_ipv6(bat_priv, skb, vid);
1444 * @vid: the vlan identifier
1455 struct sk_buff *skb, unsigned short vid)
1471 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node);
1481 * @vid: the vlan identifier
1492 struct sk_buff *skb, unsigned short vid)
1508 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node);
1518 * @vid: the vlan identifier
1530 struct sk_buff *skb, unsigned short vid)
1534 return batadv_mcast_forw_want_all_rtr4(bat_priv, skb, vid);
1536 return batadv_mcast_forw_want_all_rtr6(bat_priv, skb, vid);
1547 * @vid: the vlan identifier
1561 unsigned short vid, int is_routable)
1565 ret = batadv_mcast_forw_tt(bat_priv, skb, vid);
1571 ret = batadv_mcast_forw_want_all(bat_priv, skb, vid);
1580 ret = batadv_mcast_forw_want_rtr(bat_priv, skb, vid);