Lines Matching full:interface
22 * enum batadv_hard_if_state - State of a hard interface
26 * @BATADV_IF_NOT_IN_USE: interface is not used as slave interface of a
27 * batman-adv soft interface
32 * @BATADV_IF_TO_BE_REMOVED: interface will be removed from soft
33 * interface
37 /** @BATADV_IF_INACTIVE: interface is deactivated */
40 /** @BATADV_IF_ACTIVE: interface is used */
43 /** @BATADV_IF_TO_BE_ACTIVATED: interface is getting activated */
47 * @BATADV_IF_I_WANT_YOU: interface is queued up (using sysfs) for being
48 * added as slave interface of a batman-adv soft interface
57 /** @BATADV_HARDIF_BCAST_OK: Do broadcast on according hard interface */
81 * @BATADV_IF_CLEANUP_KEEP: Don't automatically delete soft-interface
86 * @BATADV_IF_CLEANUP_AUTO: Delete soft-interface after last slave was
110 * batadv_hardif_put() - decrement the hard interface refcounter and possibly
112 * @hard_iface: the hard interface to free
120 * batadv_primary_if_get_selected() - Get reference to primary interface
121 * @bat_priv: the bat priv with all the soft interface information
123 * Return: primary interface (with increased refcnt), otherwise NULL