Lines Matching defs:vid

1442  * @vid: the vlan identifier
1449 unsigned short vid,
1458 if (batadv_bla_is_backbone_gw_orig(bat_priv, orig_node->orig, vid)) {
1464 orig_node, vid);
1471 * @vid: the vlan identifier
1482 unsigned short vid)
1492 tt_global = batadv_tt_global_hash_find(bat_priv, addr, vid);
1504 batadv_mcast_forw_send_orig(bat_priv, newskb, vid,
1519 * @vid: the vlan identifier
1530 struct sk_buff *skb, unsigned short vid)
1546 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node);
1556 * @vid: the vlan identifier
1567 struct sk_buff *skb, unsigned short vid)
1583 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node);
1593 * @vid: the vlan identifier
1605 struct sk_buff *skb, unsigned short vid)
1609 return batadv_mcast_forw_want_all_ipv4(bat_priv, skb, vid);
1611 return batadv_mcast_forw_want_all_ipv6(bat_priv, skb, vid);
1622 * @vid: the vlan identifier
1633 struct sk_buff *skb, unsigned short vid)
1649 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node);
1659 * @vid: the vlan identifier
1670 struct sk_buff *skb, unsigned short vid)
1686 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node);
1696 * @vid: the vlan identifier
1708 struct sk_buff *skb, unsigned short vid)
1712 return batadv_mcast_forw_want_all_rtr4(bat_priv, skb, vid);
1714 return batadv_mcast_forw_want_all_rtr6(bat_priv, skb, vid);
1725 * @vid: the vlan identifier
1739 unsigned short vid, int is_routable)
1743 ret = batadv_mcast_forw_tt(bat_priv, skb, vid);
1749 ret = batadv_mcast_forw_want_all(bat_priv, skb, vid);
1758 ret = batadv_mcast_forw_want_rtr(bat_priv, skb, vid);