Home
last modified time | relevance | path

Searched refs:IF_NOT_IN_USE (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/net/batman-adv/
Dhard-interface.c275 if (hard_iface->if_status != IF_NOT_IN_USE) in hardif_enable_interface()
399 hard_iface->if_status = IF_NOT_IN_USE; in hardif_disable_interface()
442 hard_iface->if_status = IF_NOT_IN_USE; in hardif_add_interface()
465 if (hard_iface->if_status != IF_NOT_IN_USE) in hardif_remove_interface()
468 if (hard_iface->if_status != IF_NOT_IN_USE) in hardif_remove_interface()
521 if (hard_iface->if_status == IF_NOT_IN_USE) in hard_if_event()
Dbat_sysfs.c482 length = sprintf(buff, "%s\n", hard_iface->if_status == IF_NOT_IN_USE ? in show_mesh_iface()
512 status_tmp = IF_NOT_IN_USE; in store_mesh_iface()
528 if (status_tmp == IF_NOT_IN_USE) { in store_mesh_iface()
534 if (hard_iface->if_status != IF_NOT_IN_USE) in store_mesh_iface()
569 case IF_NOT_IN_USE: in show_iface_status()
Dhard-interface.h26 IF_NOT_IN_USE, enumerator
Doriginator.c287 (neigh_node->if_incoming->if_status == IF_NOT_IN_USE) || in purge_orig_neighbors()
293 IF_NOT_IN_USE) || in purge_orig_neighbors()
625 if (hard_iface_tmp->if_status == IF_NOT_IN_USE) in orig_hash_del_if()
Dsend.c137 if ((hard_iface->if_status == IF_NOT_IN_USE) || in schedule_bat_ogm()