Searched refs:dn_dev (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A DMakefile5 dn_route.o dn_dev.o dn_neigh.o dn_timer.o
H A Ddn_dev.c53 #include <net/dn_dev.h>
76 static struct dn_dev *dn_dev_create(struct net_device *dev, int *err);
241 struct dn_dev *dn_db;
318 static void dn_dev_del_ifa(struct dn_dev *dn_db, struct dn_ifaddr **ifap, int destroy)
345 static int dn_dev_insert_ifa(struct dn_dev *dn_db, struct dn_ifaddr *ifa)
377 struct dn_dev *dn_db = dev->dn_ptr;
404 struct dn_dev *dn_db;
532 static struct dn_dev *dn_dev_by_index(int ifindex)
535 struct dn_dev *dn_dev local
[all...]
H A Ddn_neigh.c47 #include <net/dn_dev.h>
134 struct dn_dev *dn_db;
380 struct dn_dev *dn_db;
393 dn_db = (struct dn_dev *)neigh->dev->dn_ptr;
H A Ddn_route.c88 #include <net/dn_dev.h>
230 struct dn_dev *dn = dst->neighbour ?
231 (struct dn_dev *)dst->neighbour->dev->dn_ptr : NULL;
577 struct dn_dev *dn = (struct dn_dev *)dev->dn_ptr;
732 struct dn_dev *dn_db = dst->dev->dn_ptr;
839 struct dn_dev *dn_db = dev->dn_ptr;
980 struct dn_dev *dn_db;
1218 struct dn_dev *dn_db;
H A Ddn_rules.c33 #include <net/dn_dev.h>
H A Dsysctl_net_decnet.c28 #include <net/dn_dev.h>
H A Ddn_fib.c43 #include <net/dn_dev.h>
599 struct dn_dev *dn_db;
H A Ddn_nsp_in.c77 #include <net/dn_dev.h>
H A Ddn_nsp_out.c70 #include <net/dn_dev.h>
H A Ddn_table.c40 #include <net/dn_dev.h>
H A Daf_decnet.c137 #include <net/dn_dev.h>
1849 struct dn_dev *dn_db = dev->dn_ptr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Ddn_dev.h5 struct dn_dev;
9 struct dn_dev *ifa_dev;
29 * for each device (hence inclusion in the dn_dev structure)
31 * device (in dn_dev.c).
46 * device will come up. In the dn_dev structure, it is the actual
85 struct dn_dev { struct
174 struct dn_dev *dn_db = dev->dn_ptr;

Completed in 138 milliseconds