Searched defs:neigh_node (Results 1 – 8 of 8) sorted by relevance
124 struct neigh_node { struct125 struct hlist_node list;126 uint8_t addr[ETH_ALEN];127 uint8_t real_packet_count;128 uint8_t tq_recv[TQ_GLOBAL_WINDOW_SIZE];129 uint8_t tq_index;130 uint8_t tq_avg;131 uint8_t last_ttl;132 struct list_head bonding_list;133 unsigned long last_valid;[all …]
65 void neigh_node_free_ref(struct neigh_node *neigh_node) in neigh_node_free_ref()92 struct neigh_node *neigh_node; in create_neighbor() local121 struct neigh_node *neigh_node, *tmp_neigh_node; in orig_node_free_rcu() local273 struct neigh_node *neigh_node; in purge_orig_neighbors() local412 struct neigh_node *neigh_node, *neigh_node_tmp; in orig_seq_print_text() local
65 struct neigh_node *neigh_node) in _update_route()110 struct neigh_node *neigh_node) in update_route()129 struct neigh_node *neigh_node) in bonding_candidate_del()145 struct neigh_node *neigh_node) in bonding_candidate_add()809 struct neigh_node *neigh_node = NULL; in route_unicast_packet() local
160 struct neigh_node *neigh_node = NULL; in bat_socket_write() local
291 struct neigh_node *neigh_node; in unicast_send_skb() local
583 struct neigh_node *neigh_node = NULL, *tmp_neigh_node = NULL; in bat_ogm_orig_update() local722 struct neigh_node *neigh_node = NULL, *tmp_neigh_node; in bat_ogm_calc_tq() local
1113 struct neigh_node *neigh_node = NULL; in send_tt_request() local1180 struct neigh_node *neigh_node = NULL; in send_other_tt_response() local1307 struct neigh_node *neigh_node = NULL; in send_my_tt_response() local1652 struct neigh_node *neigh_node = NULL; in send_roam_adv() local
86 struct hlist_node neigh_node; member