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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/appletalk/
H A Dipddp.h14 struct ipddp_route struct
20 struct ipddp_route *next;
H A Dipddp.c42 static struct ipddp_route *ipddp_route_list;
54 static int ipddp_create(struct ipddp_route *new_rt);
55 static int ipddp_delete(struct ipddp_route *rt);
56 static struct ipddp_route* __ipddp_find_route(struct ipddp_route *rt);
122 struct ipddp_route *rt;
192 static int ipddp_create(struct ipddp_route *new_rt)
194 struct ipddp_route *rt = kmalloc(sizeof(*rt), GFP_KERNEL);
226 static int ipddp_delete(struct ipddp_route *rt)
228 struct ipddp_route **
[all...]

Completed in 87 milliseconds