Searched refs:x25_forward (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/x25/ |
H A D | x25_forward.c | 23 struct x25_forward *x25_frwd, *new_frwd; in x25_forward_call() 50 x25_frwd = list_entry(entry, struct x25_forward, node); in x25_forward_call() 60 if ((new_frwd = kmalloc(sizeof(struct x25_forward), in x25_forward_call() 94 struct x25_forward *frwd; in x25_forward_data() 103 frwd = list_entry(entry, struct x25_forward, node); in x25_forward_data() 134 struct x25_forward *fwd, *tmp; in x25_clear_forward_by_lci() 150 struct x25_forward *fwd, *tmp; in x25_clear_forward_by_dev()
|
H A D | x25_proc.c | 133 struct x25_forward *f = list_entry(v, struct x25_forward, node); in x25_seq_forward_show()
|
H A D | Makefile | 10 x25_timer.o x25_proc.o x25_forward.o
|
/kernel/linux/linux-6.6/net/x25/ |
H A D | x25_forward.c | 22 struct x25_forward *x25_frwd, *new_frwd; in x25_forward_call() 58 if ((new_frwd = kmalloc(sizeof(struct x25_forward), in x25_forward_call() 92 struct x25_forward *frwd; in x25_forward_data() 130 struct x25_forward *fwd, *tmp; in x25_clear_forward_by_lci() 146 struct x25_forward *fwd, *tmp; in x25_clear_forward_by_dev()
|
H A D | x25_proc.c | 132 struct x25_forward *f = list_entry(v, struct x25_forward, node); in x25_seq_forward_show()
|
H A D | Makefile | 10 x25_timer.o x25_proc.o x25_forward.o
|
/kernel/linux/linux-5.10/include/net/ |
H A D | x25.h | 172 struct x25_forward { struct 221 /* x25_forward.c */
|
/kernel/linux/linux-6.6/include/net/ |
H A D | x25.h | 172 struct x25_forward { struct 218 /* x25_forward.c */
|
Completed in 4 milliseconds