Lines Matching defs:is_routable
950 * @is_routable: stores whether the destination is routable
961 int *is_routable)
980 *is_routable = ETH_P_IP;
1015 * @is_routable: stores whether the destination is routable
1025 int *is_routable)
1047 *is_routable = ETH_P_IPV6;
1057 * @is_routable: stores whether the destination is routable
1067 int *is_routable)
1078 is_routable);
1085 is_routable);
1142 * @is_routable: stores whether the destination is routable
1148 int *is_routable)
1156 is_routable);
1169 rtr_count = batadv_mcast_forw_rtr_count(bat_priv, *is_routable);
1472 * @is_routable: stores whether the destination is routable
1485 unsigned short vid, int is_routable)
1501 if (!is_routable)