Lines Matching defs:is_routable
984 * @is_routable: stores whether the destination is routable
995 int *is_routable)
1014 *is_routable = ETH_P_IP;
1049 * @is_routable: stores whether the destination is routable
1059 int *is_routable)
1081 *is_routable = ETH_P_IPV6;
1091 * @is_routable: stores whether the destination is routable
1101 int *is_routable)
1112 is_routable);
1119 is_routable);
1376 * @is_routable: stores whether the destination is routable
1384 struct batadv_orig_node **orig, int *is_routable)
1393 is_routable);
1406 rtr_count = batadv_mcast_forw_rtr_count(bat_priv, *is_routable);
1726 * @is_routable: stores whether the destination is routable
1739 unsigned short vid, int is_routable)
1755 if (!is_routable)