Home
last modified time | relevance | path

Searched defs:hard_iface (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/net/batman-adv/
Dhard-interface.c42 struct hard_iface *hard_iface; in hardif_free_rcu() local
51 struct hard_iface *hard_iface; in hardif_get_by_netdev() local
91 struct hard_iface *hard_iface; in hardif_get_active() local
153 static bool hardif_is_iface_up(const struct hard_iface *hard_iface) in hardif_is_iface_up()
163 const struct hard_iface *hard_iface; in check_known_mac_addr() local
188 const struct hard_iface *hard_iface; in hardif_min_mtu() local
223 static void hardif_activate_interface(struct hard_iface *hard_iface) in hardif_activate_interface()
254 static void hardif_deactivate_interface(struct hard_iface *hard_iface) in hardif_deactivate_interface()
268 int hardif_enable_interface(struct hard_iface *hard_iface, in hardif_enable_interface()
368 void hardif_disable_interface(struct hard_iface *hard_iface) in hardif_disable_interface()
[all …]
Dsend.c36 int send_skb_packet(struct sk_buff *skb, struct hard_iface *hard_iface, in send_skb_packet()
80 static void realloc_packet_buffer(struct hard_iface *hard_iface, in realloc_packet_buffer()
100 struct hard_iface *hard_iface) in prepare_packet_buffer()
125 struct hard_iface *hard_iface) in reset_packet_buffer()
131 void schedule_bat_ogm(struct hard_iface *hard_iface) in schedule_bat_ogm()
261 struct hard_iface *hard_iface; in send_outstanding_bcast_packet() local
339 const struct hard_iface *hard_iface) in purge_outstanding_packets()
Dhard-interface.h47 static inline void hardif_free_ref(struct hard_iface *hard_iface) in hardif_free_ref()
56 struct hard_iface *hard_iface; in primary_if_get_selected() local
Dbat_iv_ogm.c33 static void bat_iv_ogm_init(struct hard_iface *hard_iface) in bat_iv_ogm_init()
50 static void bat_iv_ogm_init_primary(struct hard_iface *hard_iface) in bat_iv_ogm_init_primary()
59 static void bat_iv_ogm_update_mac(struct hard_iface *hard_iface) in bat_iv_ogm_update_mac()
103 struct hard_iface *hard_iface) in bat_iv_ogm_send_to_if()
161 struct hard_iface *hard_iface; in bat_iv_ogm_emit() local
527 static void bat_iv_ogm_schedule(struct hard_iface *hard_iface, in bat_iv_ogm_schedule()
894 struct hard_iface *hard_iface; in bat_iv_ogm_process() local
Dtypes.h36 struct hard_iface { struct
37 struct list_head list;
38 int16_t if_num;
39 char if_status;
40 struct net_device *net_dev;
41 atomic_t seqno;
42 atomic_t frag_seqno;
43 unsigned char *packet_buff;
44 int packet_len;
45 struct kobject *hardif_obj;
[all …]
Dbat_sysfs.c476 struct hard_iface *hard_iface = hardif_get_by_netdev(net_dev); in show_mesh_iface() local
494 struct hard_iface *hard_iface = hardif_get_by_netdev(net_dev); in store_mesh_iface() local
550 struct hard_iface *hard_iface = hardif_get_by_netdev(net_dev); in show_iface_status() local
Doriginator.c511 int orig_hash_add_if(struct hard_iface *hard_iface, int max_if_num) in orig_hash_add_if()
593 int orig_hash_del_if(struct hard_iface *hard_iface, int max_if_num) in orig_hash_del_if()
Dmain.c165 const struct hard_iface *hard_iface; in is_my_mac() local
Drouting.c33 void slide_own_bcast_window(struct hard_iface *hard_iface) in slide_own_bcast_window()
247 int recv_bat_ogm_packet(struct sk_buff *skb, struct hard_iface *hard_iface) in recv_bat_ogm_packet()
Dunicast.c220 struct hard_iface *hard_iface, const uint8_t dstaddr[]) in frag_send_skb()
Dvis.c736 struct hard_iface *hard_iface; in broadcast_vis_packet() local