Searched refs:BATADV_FULL_DUPLEX (Results 1 - 3 of 3) sorted by path

/linux-master/net/batman-adv/
H A Dbat_v_elp.c133 hard_iface->bat_v.flags |= BATADV_FULL_DUPLEX;
135 hard_iface->bat_v.flags &= ~BATADV_FULL_DUPLEX;
367 hard_iface->bat_v.flags |= BATADV_FULL_DUPLEX;
373 hard_iface->bat_v.flags &= ~BATADV_FULL_DUPLEX;
H A Dbat_v_ogm.c498 !(if_incoming->bat_v.flags & BATADV_FULL_DUPLEX))
H A Dtypes.h94 * @BATADV_FULL_DUPLEX: tells if the connection over this link is
97 BATADV_FULL_DUPLEX = BIT(0), enumerator in enum:batadv_v_hard_iface_flags

Completed in 245 milliseconds