Lines Matching full:interface
21 * enum batadv_hard_if_state - State of a hard interface
25 * @BATADV_IF_NOT_IN_USE: interface is not used as slave interface of a
26 * batman-adv soft interface
31 * @BATADV_IF_TO_BE_REMOVED: interface will be removed from soft
32 * interface
36 /** @BATADV_IF_INACTIVE: interface is deactivated */
39 /** @BATADV_IF_ACTIVE: interface is used */
42 /** @BATADV_IF_TO_BE_ACTIVATED: interface is getting activated */
50 /** @BATADV_HARDIF_BCAST_OK: Do broadcast on according hard interface */
86 * batadv_hardif_put() - decrement the hard interface refcounter and possibly
88 * @hard_iface: the hard interface to free
99 * batadv_primary_if_get_selected() - Get reference to primary interface
100 * @bat_priv: the bat priv with all the soft interface information
102 * Return: primary interface (with increased refcnt), otherwise NULL