Lines Matching full:interface
20 * enum batadv_hard_if_state - State of a hard interface
24 * @BATADV_IF_NOT_IN_USE: interface is not used as slave interface of a
25 * batman-adv mesh interface
30 * @BATADV_IF_TO_BE_REMOVED: interface will be removed from mesh
31 * interface
35 /** @BATADV_IF_INACTIVE: interface is deactivated */
38 /** @BATADV_IF_ACTIVE: interface is used */
41 /** @BATADV_IF_TO_BE_ACTIVATED: interface is getting activated */
49 /** @BATADV_HARDIF_BCAST_OK: Do broadcast on according hard interface */
85 * batadv_hardif_put() - decrement the hard interface refcounter and possibly
87 * @hard_iface: the hard interface to free
98 * batadv_primary_if_get_selected() - Get reference to primary interface
99 * @bat_priv: the bat priv with all the mesh interface information
101 * Return: primary interface (with increased refcnt), otherwise NULL