Lines Matching refs:ipddp_route
43 static struct ipddp_route *ipddp_route_list;
55 static int ipddp_create(struct ipddp_route *new_rt);
56 static int ipddp_delete(struct ipddp_route *rt);
57 static struct ipddp_route* __ipddp_find_route(struct ipddp_route *rt);
124 struct ipddp_route *rt;
197 static int ipddp_create(struct ipddp_route *new_rt)
199 struct ipddp_route *rt = kzalloc(sizeof(*rt), GFP_KERNEL);
231 static int ipddp_delete(struct ipddp_route *rt)
233 struct ipddp_route **r = &ipddp_route_list;
234 struct ipddp_route *tmp;
258 static struct ipddp_route* __ipddp_find_route(struct ipddp_route *rt)
260 struct ipddp_route *f;
276 struct ipddp_route rcp, rcp2, *rp;
305 sizeof(struct ipddp_route)))
332 struct ipddp_route *p;