Searched refs:nr_neigh (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netrom/
H A Dnr_route.c64 static struct nr_neigh *nr_neigh_get_dev(ax25_address *callsign,
67 struct nr_neigh *found = NULL;
68 struct nr_neigh *nr_neigh; local
72 nr_neigh_for_each(nr_neigh, node, &nr_neigh_list)
73 if (ax25cmp(callsign, &nr_neigh->callsign) == 0 &&
74 nr_neigh->dev == dev) {
75 nr_neigh_hold(nr_neigh);
76 found = nr_neigh;
83 static void nr_remove_neigh(struct nr_neigh *);
94 struct nr_neigh *nr_neigh; local
331 __nr_remove_neigh(struct nr_neigh *nr_neigh) argument
340 nr_remove_neigh(struct nr_neigh *nr_neigh) argument
354 struct nr_neigh *nr_neigh; local
412 struct nr_neigh *nr_neigh; local
459 struct nr_neigh *nr_neigh; local
482 struct nr_neigh *nr_neigh; local
727 struct nr_neigh *s, *nr_neigh = NULL; local
770 struct nr_neigh *nr_neigh; local
947 struct nr_neigh *nr_neigh; local
987 struct nr_neigh *nr_neigh = v; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dnetrom.h88 struct nr_neigh { struct
105 struct nr_neigh *neighbour;
120 * nr_node & nr_neigh lists, refcounting and locking
136 static __inline__ void nr_neigh_put(struct nr_neigh *nr_neigh) argument
138 if (atomic_dec_and_test(&nr_neigh->refcount)) {
139 kfree(nr_neigh->digipeat);
140 kfree(nr_neigh);

Completed in 94 milliseconds