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.c981 * @is_routable: stores whether the destination is routable
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()
1046 * @is_routable: stores whether the destination is routable
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()
1088 * @is_routable: stores whether the destination is routable
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 batadv_mcast_forw_mode_by_count(struct batadv_priv * bat_priv,struct sk_buff * skb,unsigned short vid,int is_routable,int count) batadv_mcast_forw_mode_by_count() argument
1224 batadv_mcast_forw_mode(struct batadv_priv * bat_priv,struct sk_buff * skb,unsigned short vid,int * is_routable) batadv_mcast_forw_mode() argument
1559 batadv_mcast_forw_send(struct batadv_priv * bat_priv,struct sk_buff * skb,unsigned short vid,int is_routable) batadv_mcast_forw_send() argument
[all...]
H A Dmulticast_forw.c493 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()