Searched refs:min_tq (Results 1 - 2 of 2) sorted by path

/linux-master/net/batman-adv/
H A Dnetwork-coding.c179 bat_priv->nc.min_tq = 200;
755 * 4) The TQ value of the OGM must be above bat_priv->nc.min_tq.
779 if (ogm_packet->tq < bat_priv->nc.min_tq)
H A Dtypes.h1370 * @min_tq: only consider neighbors for encoding if neigh_tq > min_tq
1372 u8 min_tq; member in struct:batadv_priv_nc

Completed in 186 milliseconds