Searched refs:ipddp_route (Results 1 – 2 of 2) sorted by relevance
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; in ipddp_xmit()197 static int ipddp_create(struct ipddp_route *new_rt) in ipddp_create()199 struct ipddp_route *rt = kzalloc(sizeof(*rt), GFP_KERNEL); in ipddp_create()231 static int ipddp_delete(struct ipddp_route *rt) in ipddp_delete()233 struct ipddp_route **r = &ipddp_route_list; in ipddp_delete()234 struct ipddp_route *tmp; in ipddp_delete()[all …]
15 struct ipddp_route struct21 struct ipddp_route *next; argument