Searched refs:ipddp_route (Results 1 – 2 of 2) sorted by relevance
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; in ipddp_xmit()192 static int ipddp_create(struct ipddp_route *new_rt) in ipddp_create()194 struct ipddp_route *rt = kmalloc(sizeof(*rt), GFP_KERNEL); in ipddp_create()226 static int ipddp_delete(struct ipddp_route *rt) in ipddp_delete()228 struct ipddp_route **r = &ipddp_route_list; in ipddp_delete()229 struct ipddp_route *tmp; in ipddp_delete()[all …]
14 struct ipddp_route struct20 struct ipddp_route *next; argument