Home
last modified time | relevance | path

Searched defs:softif_neigh (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/net/batman-adv/
Dsoft-interface.c76 static void softif_neigh_free_ref(struct softif_neigh *softif_neigh) in softif_neigh_free_ref()
85 struct softif_neigh *softif_neigh; in softif_neigh_vid_free_rcu() local
152 struct softif_neigh *softif_neigh = NULL; in softif_neigh_get() local
199 struct softif_neigh *softif_neigh; in softif_neigh_get_selected() local
216 struct softif_neigh *softif_neigh = NULL; in softif_neigh_vid_get_selected() local
276 struct softif_neigh *softif_neigh = NULL, *softif_neigh_tmp; in softif_neigh_vid_deselect() local
322 struct softif_neigh *softif_neigh; in softif_neigh_seq_print_text() local
381 struct softif_neigh *softif_neigh, *curr_softif_neigh; in softif_neigh_purge() local
449 struct softif_neigh *softif_neigh = NULL; in softif_batman_recv() local
Dtypes.h333 struct softif_neigh __rcu *softif_neigh; member
338 struct softif_neigh { struct
339 struct hlist_node list;
340 uint8_t addr[ETH_ALEN];
341 unsigned long last_seen;
342 atomic_t refcount;
343 struct rcu_head rcu;