Home
last modified time | relevance | path

Searched refs:ipddp_route (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/appletalk/
H A Dipddp.c42 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()
195 static int ipddp_create(struct ipddp_route *new_rt) in ipddp_create()
197 struct ipddp_route *rt = kzalloc(sizeof(*rt), GFP_KERNEL); in ipddp_create()
229 static int ipddp_delete(struct ipddp_route *rt) in ipddp_delete()
231 struct ipddp_route ** in ipddp_delete()
[all...]
H A Dipddp.h15 struct ipddp_route struct
21 struct ipddp_route *next;
/kernel/linux/linux-6.6/drivers/net/appletalk/
H A 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 ** in ipddp_delete()
[all...]
H A Dipddp.h15 struct ipddp_route struct
21 struct ipddp_route *next;

Completed in 2 milliseconds