Searched defs:batadv_hard_iface (Results 1 – 2 of 2) sorted by relevance
169 struct batadv_hard_iface { struct171 struct list_head list;174 char if_status;179 u8 num_bcasts;185 u32 wifi_flags;188 struct net_device *net_dev;191 struct kobject *hardif_obj;194 struct kref refcount;218 struct batadv_hard_iface_bat_iv bat_iv; argument222 struct batadv_hard_iface_bat_v bat_v; argument[all …]
603 struct batadv_hard_iface *)) in batadv_recv_handler_register()