Searched refs:batadv_forw_packet_queue (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | send.c | 659 * batadv_forw_packet_queue() - try to queue a forwarding packet 670 * Calling batadv_forw_packet_queue() after a call to 675 static void batadv_forw_packet_queue(struct batadv_forw_packet *forw_packet, in batadv_forw_packet_queue() function 717 batadv_forw_packet_queue(forw_packet, &bat_priv->forw_bcast_list_lock, in batadv_forw_packet_bcast_queue() 735 batadv_forw_packet_queue(forw_packet, &bat_priv->forw_bat_list_lock, in batadv_forw_packet_ogmv1_queue()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | send.c | 653 * batadv_forw_packet_queue() - try to queue a forwarding packet 664 * Calling batadv_forw_packet_queue() after a call to 669 static void batadv_forw_packet_queue(struct batadv_forw_packet *forw_packet, in batadv_forw_packet_queue() function 711 batadv_forw_packet_queue(forw_packet, &bat_priv->forw_bcast_list_lock, in batadv_forw_packet_bcast_queue() 729 batadv_forw_packet_queue(forw_packet, &bat_priv->forw_bat_list_lock, in batadv_forw_packet_ogmv1_queue()
|
Completed in 4 milliseconds