Home
last modified time | relevance | path

Searched refs:is_routable (Results 1 – 3 of 3) sorted by relevance

/linux/net/batman-adv/
H A Dmulticast.h46 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 Dmulticast.c998 int *is_routable) in batadv_mcast_forw_mode_check_ipv4() argument
1017 *is_routable = ETH_P_IP; in batadv_mcast_forw_mode_check_ipv4()
1065 int *is_routable) in batadv_mcast_forw_mode_check_ipv6() argument
1087 *is_routable = ETH_P_IPV6; in batadv_mcast_forw_mode_check_ipv6()
1107 int *is_routable) in batadv_mcast_forw_mode_check() argument
1118 is_routable); in batadv_mcast_forw_mode_check()
1125 is_routable); in batadv_mcast_forw_mode_check()
1205 int is_routable, int count) in batadv_mcast_forw_mode_by_count() argument
1213 batadv_mcast_forw_push(bat_priv, skb, vid, is_routable, count)) in batadv_mcast_forw_mode_by_count()
1233 unsigned short vid, int *is_routable) in batadv_mcast_forw_mode() argument
[all …]
H A Dmulticast_forw.c480 * @is_routable: indicates whether the destination is routable
492 unsigned short vid, int is_routable, int *count, in batadv_mcast_forw_push_dests() argument
508 if (is_routable && in batadv_mcast_forw_push_dests()
572 * @is_routable: indicates whether the destination is routable
584 unsigned short vid, int is_routable, int count, in batadv_mcast_forw_push_tvlvs() argument
589 ret = batadv_mcast_forw_push_dests(bat_priv, skb, vid, is_routable, in batadv_mcast_forw_push_tvlvs()
1123 * @is_routable: indicates whether the destination is routable
1139 unsigned short vid, int is_routable, int count) in batadv_mcast_forw_push()
1149 ret = batadv_mcast_forw_push_tvlvs(bat_priv, skb, vid, is_routable, in batadv_mcast_forw_push()
1136 batadv_mcast_forw_push(struct batadv_priv * bat_priv,struct sk_buff * skb,unsigned short vid,int is_routable,int count) batadv_mcast_forw_push() argument