Home
last modified time | relevance | path

Searched refs:batman_queue_left (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/batman-adv/
H A Dsend.c516 if (queue_left == &bat_priv->batman_queue_left) in batadv_forw_packet_alloc()
H A Dtypes.h1673 /** @batman_queue_left: number of remaining OGM packet slots */
1674 atomic_t batman_queue_left; member
H A Dsoft-interface.c816 atomic_set(&bat_priv->batman_queue_left, BATADV_BATMAN_QUEUE_LEN); in batadv_softif_init_late()
H A Dbat_iv_ogm.c551 atomic_t *queue_left = own_packet ? NULL : &bat_priv->batman_queue_left; in batadv_iv_ogm_aggregate_new()
/kernel/linux/linux-6.6/net/batman-adv/
H A Dtypes.h1653 /** @batman_queue_left: number of remaining OGM packet slots */
1654 atomic_t batman_queue_left; member
H A Dsend.c510 if (queue_left == &bat_priv->batman_queue_left) in batadv_forw_packet_alloc()
H A Dsoft-interface.c777 atomic_set(&bat_priv->batman_queue_left, BATADV_BATMAN_QUEUE_LEN); in batadv_softif_init_late()
H A Dbat_iv_ogm.c548 atomic_t *queue_left = own_packet ? NULL : &bat_priv->batman_queue_left; in batadv_iv_ogm_aggregate_new()

Completed in 22 milliseconds