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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A DMakefile5 dn_route.o dn_dev.o dn_neigh.o dn_timer.o
H A Ddn_dev.c51 #include <net/dn_dev.h>
74 static struct dn_dev *dn_dev_create(struct net_device *dev, int *err);
280 struct dn_dev *dn_db;
324 struct dn_dev *dn_db;
395 static void dn_dev_del_ifa(struct dn_dev *dn_db, struct dn_ifaddr **ifap, int destroy)
422 static int dn_dev_insert_ifa(struct dn_dev *dn_db, struct dn_ifaddr *ifa)
455 struct dn_dev *dn_db = dev->dn_ptr;
482 struct dn_dev *dn_db;
604 static struct dn_dev *dn_dev_by_index(int ifindex)
607 struct dn_dev *dn_de local
[all...]
H A Ddn_neigh.c45 #include <net/dn_dev.h>
132 struct dn_dev *dn_db;
374 struct dn_dev *dn_db;
387 dn_db = (struct dn_dev *)neigh->dev->dn_ptr;
H A Ddn_route.c86 #include <net/dn_dev.h>
229 struct dn_dev *dn = dst->neighbour ?
230 (struct dn_dev *)dst->neighbour->dev->dn_ptr : NULL;
583 struct dn_dev *dn = (struct dn_dev *)dev->dn_ptr;
726 struct dn_dev *dn_db = dst->dev->dn_ptr;
843 struct dn_dev *dn_db = dev->dn_ptr;
984 struct dn_dev *dn_db;
1223 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.c42 #include <net/dn_dev.h>
592 struct dn_dev *dn_db;
H A Ddn_nsp_in.c76 #include <net/dn_dev.h>
H A Ddn_nsp_out.c69 #include <net/dn_dev.h>
H A Ddn_table.c39 #include <net/dn_dev.h>
H A Daf_decnet.c136 #include <net/dn_dev.h>
1849 struct dn_dev *dn_db = dev->dn_ptr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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
86 struct dn_dev { struct
179 struct dn_dev *dn_db = dev->dn_ptr;

Completed in 133 milliseconds