Home
last modified time | relevance | path

Searched refs:ipddp_route (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/net/appletalk/
Dipddp.c43 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 …]
Dipddp.h15 struct ipddp_route struct
21 struct ipddp_route *next; argument