Searched refs:is_routable (Results 1 – 3 of 3) sorted by relevance
| /linux/net/batman-adv/ |
| H A D | multicast.h | 46 unsigned short vid, int *is_routable); 49 unsigned short vid, int is_routable); 70 unsigned short vid, int is_routable, int count); 78 unsigned short vid, int *is_routable) in batadv_mcast_forw_mode() argument 85 unsigned short vid, int is_routable) in batadv_mcast_forw_send() argument
|
| H A D | multicast.c | 992 int *is_routable) in batadv_mcast_forw_mode_check_ipv4() argument 1011 *is_routable = ETH_P_IP; in batadv_mcast_forw_mode_check_ipv4() 1056 int *is_routable) in batadv_mcast_forw_mode_check_ipv6() argument 1078 *is_routable = ETH_P_IPV6; in batadv_mcast_forw_mode_check_ipv6() 1098 int *is_routable) in batadv_mcast_forw_mode_check() argument 1109 is_routable); in batadv_mcast_forw_mode_check() 1116 is_routable); in batadv_mcast_forw_mode_check() 1196 int is_routable, int count) in batadv_mcast_forw_mode_by_count() argument 1204 batadv_mcast_forw_push(bat_priv, skb, vid, is_routable, count)) in batadv_mcast_forw_mode_by_count() 1224 unsigned short vid, int *is_routable) in batadv_mcast_forw_mode() argument [all …]
|
| H A D | multicast_forw.c | 493 unsigned short vid, int is_routable, int *count, in batadv_mcast_forw_push_dests() argument 509 if (is_routable && in batadv_mcast_forw_push_dests() 585 unsigned short vid, int is_routable, int count, in batadv_mcast_forw_push_tvlvs() argument 590 ret = batadv_mcast_forw_push_dests(bat_priv, skb, vid, is_routable, in batadv_mcast_forw_push_tvlvs() 1127 unsigned short vid, int is_routable, int count) in batadv_mcast_forw_push() argument 1137 ret = batadv_mcast_forw_push_tvlvs(bat_priv, skb, vid, is_routable, in batadv_mcast_forw_push()
|