Lines Matching refs:ipddp_route
42 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;
195 static int ipddp_create(struct ipddp_route *new_rt)
197 struct ipddp_route *rt = kzalloc(sizeof(*rt), GFP_KERNEL);
229 static int ipddp_delete(struct ipddp_route *rt)
231 struct ipddp_route **r = &ipddp_route_list;
232 struct ipddp_route *tmp;
256 static struct ipddp_route* __ipddp_find_route(struct ipddp_route *rt)
258 struct ipddp_route *f;
273 struct ipddp_route __user *rt = ifr->ifr_data;
274 struct ipddp_route rcp, rcp2, *rp;
300 sizeof(struct ipddp_route)))
327 struct ipddp_route *p;