|
@@ -394,7 +394,8 @@ static int batadv_mcast_forw_mode_check(struct batadv_priv *bat_priv,
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * batadv_mcast_want_all_ip_count - count nodes with unspecific mcast interest
|
|
|
|
|
|
+ * batadv_mcast_forw_want_all_ip_count - count nodes with unspecific mcast
|
|
|
|
+ * interest
|
|
* @bat_priv: the bat priv with all the soft interface information
|
|
* @bat_priv: the bat priv with all the soft interface information
|
|
* @ethhdr: ethernet header of a packet
|
|
* @ethhdr: ethernet header of a packet
|
|
*
|
|
*
|
|
@@ -433,7 +434,7 @@ batadv_mcast_forw_tt_node_get(struct batadv_priv *bat_priv,
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * batadv_mcast_want_forw_ipv4_node_get - get a node with an ipv4 flag
|
|
|
|
|
|
+ * batadv_mcast_forw_ipv4_node_get - get a node with an ipv4 flag
|
|
* @bat_priv: the bat priv with all the soft interface information
|
|
* @bat_priv: the bat priv with all the soft interface information
|
|
*
|
|
*
|
|
* Return: an orig_node which has the BATADV_MCAST_WANT_ALL_IPV4 flag set and
|
|
* Return: an orig_node which has the BATADV_MCAST_WANT_ALL_IPV4 flag set and
|
|
@@ -460,7 +461,7 @@ batadv_mcast_forw_ipv4_node_get(struct batadv_priv *bat_priv)
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * batadv_mcast_want_forw_ipv6_node_get - get a node with an ipv6 flag
|
|
|
|
|
|
+ * batadv_mcast_forw_ipv6_node_get - get a node with an ipv6 flag
|
|
* @bat_priv: the bat priv with all the soft interface information
|
|
* @bat_priv: the bat priv with all the soft interface information
|
|
*
|
|
*
|
|
* Return: an orig_node which has the BATADV_MCAST_WANT_ALL_IPV6 flag set
|
|
* Return: an orig_node which has the BATADV_MCAST_WANT_ALL_IPV6 flag set
|
|
@@ -487,7 +488,7 @@ batadv_mcast_forw_ipv6_node_get(struct batadv_priv *bat_priv)
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * batadv_mcast_want_forw_ip_node_get - get a node with an ipv4/ipv6 flag
|
|
|
|
|
|
+ * batadv_mcast_forw_ip_node_get - get a node with an ipv4/ipv6 flag
|
|
* @bat_priv: the bat priv with all the soft interface information
|
|
* @bat_priv: the bat priv with all the soft interface information
|
|
* @ethhdr: an ethernet header to determine the protocol family from
|
|
* @ethhdr: an ethernet header to determine the protocol family from
|
|
*
|
|
*
|
|
@@ -511,7 +512,7 @@ batadv_mcast_forw_ip_node_get(struct batadv_priv *bat_priv,
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * batadv_mcast_want_forw_unsnoop_node_get - get a node with an unsnoopable flag
|
|
|
|
|
|
+ * batadv_mcast_forw_unsnoop_node_get - get a node with an unsnoopable flag
|
|
* @bat_priv: the bat priv with all the soft interface information
|
|
* @bat_priv: the bat priv with all the soft interface information
|
|
*
|
|
*
|
|
* Return: an orig_node which has the BATADV_MCAST_WANT_ALL_UNSNOOPABLES flag
|
|
* Return: an orig_node which has the BATADV_MCAST_WANT_ALL_UNSNOOPABLES flag
|