Home
last modified time | relevance | path

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

/linux-3.3/net/batman-adv/
Dhard-interface.c43 struct hard_iface *hard_iface; in hardif_free_rcu() local
52 struct hard_iface *hard_iface; in hardif_get_by_netdev() local
92 struct hard_iface *hard_iface; in hardif_get_active() local
154 static bool hardif_is_iface_up(const struct hard_iface *hard_iface) in hardif_is_iface_up()
164 const struct hard_iface *hard_iface; in check_known_mac_addr() local
191 const struct hard_iface *hard_iface; in hardif_min_mtu() local
226 static void hardif_activate_interface(struct hard_iface *hard_iface) in hardif_activate_interface()
257 static void hardif_deactivate_interface(struct hard_iface *hard_iface) in hardif_deactivate_interface()
271 int hardif_enable_interface(struct hard_iface *hard_iface, in hardif_enable_interface()
373 void hardif_disable_interface(struct hard_iface *hard_iface) in hardif_disable_interface()
[all …]
Dsend.c37 int send_skb_packet(struct sk_buff *skb, struct hard_iface *hard_iface, in send_skb_packet()
81 static void realloc_packet_buffer(struct hard_iface *hard_iface, in realloc_packet_buffer()
101 struct hard_iface *hard_iface) in prepare_packet_buffer()
126 struct hard_iface *hard_iface) in reset_packet_buffer()
132 void schedule_bat_ogm(struct hard_iface *hard_iface) in schedule_bat_ogm()
262 struct hard_iface *hard_iface; in send_outstanding_bcast_packet() local
340 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 void bat_ogm_init(struct hard_iface *hard_iface) in bat_ogm_init()
50 void bat_ogm_init_primary(struct hard_iface *hard_iface) in bat_ogm_init_primary()
59 void bat_ogm_update_mac(struct hard_iface *hard_iface) in bat_ogm_update_mac()
103 struct hard_iface *hard_iface) in bat_ogm_send_to_if()
162 struct hard_iface *hard_iface; in bat_ogm_emit() local
530 void bat_ogm_schedule(struct hard_iface *hard_iface, int tt_num_changes) in bat_ogm_schedule()
899 struct hard_iface *hard_iface; in bat_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 …]
Dmain.c159 const struct hard_iface *hard_iface; in is_my_mac() local
Dbat_sysfs.c467 struct hard_iface *hard_iface = hardif_get_by_netdev(net_dev); in show_mesh_iface() local
485 struct hard_iface *hard_iface = hardif_get_by_netdev(net_dev); in store_mesh_iface() local
541 struct hard_iface *hard_iface = hardif_get_by_netdev(net_dev); in show_iface_status() local
Doriginator.c516 int orig_hash_add_if(struct hard_iface *hard_iface, int max_if_num) in orig_hash_add_if()
598 int orig_hash_del_if(struct hard_iface *hard_iface, int max_if_num) in orig_hash_del_if()
Drouting.c34 void slide_own_bcast_window(struct hard_iface *hard_iface) in slide_own_bcast_window()
249 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.c737 struct hard_iface *hard_iface; in broadcast_vis_packet() local