Searched defs:neigh_node (Results 1 – 8 of 8) sorted by relevance
125 struct neigh_node { struct126 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 …]
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() local274 struct neigh_node *neigh_node; in purge_orig_neighbors() local407 struct neigh_node *neigh_node, *neigh_node_tmp; in orig_seq_print_text() local
64 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
159 struct neigh_node *neigh_node = NULL; in bat_socket_write() local
291 struct neigh_node *neigh_node; in unicast_send_skb() local
582 struct neigh_node *neigh_node = NULL, *tmp_neigh_node = NULL; in bat_iv_ogm_orig_update() local721 struct neigh_node *neigh_node = NULL, *tmp_neigh_node; in bat_iv_ogm_calc_tq() local
1097 struct neigh_node *neigh_node = NULL; in send_tt_request() local1165 struct neigh_node *neigh_node = NULL; in send_other_tt_response() local1291 struct neigh_node *neigh_node = NULL; in send_my_tt_response() local1633 struct neigh_node *neigh_node = NULL; in send_roam_adv() local
86 struct hlist_node neigh_node; member