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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/appletalk/
H A Dipddp.c41 static struct ipddp_route *ipddp_route_list;
52 static int ipddp_create(struct ipddp_route *new_rt);
53 static int ipddp_delete(struct ipddp_route *rt);
54 static struct ipddp_route* ipddp_find_route(struct ipddp_route *rt);
122 struct ipddp_route *rt;
187 static int ipddp_create(struct ipddp_route *new_rt)
189 struct ipddp_route *rt = kmalloc(sizeof(*rt), GFP_KERNEL);
217 static int ipddp_delete(struct ipddp_route *rt)
219 struct ipddp_route **
[all...]
H A Dipddp.h14 struct ipddp_route struct
20 struct ipddp_route *next;

Completed in 93 milliseconds