Searched refs:x25_forward (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/net/x25/ |
D | x25_forward.c | 25 struct x25_forward *x25_frwd, *new_frwd; in x25_forward_call() 52 x25_frwd = list_entry(entry, struct x25_forward, node); in x25_forward_call() 62 if ((new_frwd = kmalloc(sizeof(struct x25_forward), in x25_forward_call() 96 struct x25_forward *frwd; in x25_forward_data() 105 frwd = list_entry(entry, struct x25_forward, node); in x25_forward_data() 136 struct x25_forward *fwd; in x25_clear_forward_by_lci() 142 fwd = list_entry(entry, struct x25_forward, node); in x25_clear_forward_by_lci() 154 struct x25_forward *fwd; in x25_clear_forward_by_dev() 160 fwd = list_entry(entry, struct x25_forward, node); in x25_clear_forward_by_dev()
|
D | Makefile | 9 x25_timer.o x25_proc.o x25_forward.o
|
D | x25_proc.c | 137 struct x25_forward *f = list_entry(v, struct x25_forward, node); in x25_seq_forward_show()
|
/linux-2.6.39/include/net/ |
D | x25.h | 169 struct x25_forward { struct
|