Home
last modified time | relevance | path

Searched defs:neigh_node (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/net/batman-adv/
Dtypes.h125 struct neigh_node { struct
126 struct hlist_node list;
127 uint8_t addr[ETH_ALEN];
128 uint8_t real_packet_count;
129 uint8_t tq_recv[TQ_GLOBAL_WINDOW_SIZE];
130 uint8_t tq_index;
131 uint8_t tq_avg;
132 uint8_t last_ttl;
133 struct list_head bonding_list;
134 unsigned long last_valid;
[all …]
Doriginator.c65 void neigh_node_free_ref(struct neigh_node *neigh_node) in neigh_node_free_ref()
92 struct neigh_node *neigh_node; in create_neighbor() local
121 struct neigh_node *neigh_node, *tmp_neigh_node; in orig_node_free_rcu() local
274 struct neigh_node *neigh_node; in purge_orig_neighbors() local
407 struct neigh_node *neigh_node, *neigh_node_tmp; in orig_seq_print_text() local
Drouting.c64 struct neigh_node *neigh_node) in _update_route()
108 struct neigh_node *neigh_node) in update_route()
127 struct neigh_node *neigh_node) in bonding_candidate_del()
143 struct neigh_node *neigh_node) in bonding_candidate_add()
807 struct neigh_node *neigh_node = NULL; in route_unicast_packet() local
Dicmp_socket.c159 struct neigh_node *neigh_node = NULL; in bat_socket_write() local
Dunicast.c291 struct neigh_node *neigh_node; in unicast_send_skb() local
Dbat_iv_ogm.c582 struct neigh_node *neigh_node = NULL, *tmp_neigh_node = NULL; in bat_iv_ogm_orig_update() local
721 struct neigh_node *neigh_node = NULL, *tmp_neigh_node; in bat_iv_ogm_calc_tq() local
Dtranslation-table.c1097 struct neigh_node *neigh_node = NULL; in send_tt_request() local
1165 struct neigh_node *neigh_node = NULL; in send_other_tt_response() local
1291 struct neigh_node *neigh_node = NULL; in send_my_tt_response() local
1633 struct neigh_node *neigh_node = NULL; in send_roam_adv() local
/linux-3.4.99/include/net/
Dnetrom.h86 struct hlist_node neigh_node; member