x25_forward        23 net/x25/x25_forward.c 	struct x25_forward *x25_frwd, *new_frwd;
x25_forward        50 net/x25/x25_forward.c 		x25_frwd = list_entry(entry, struct x25_forward, node);
x25_forward        60 net/x25/x25_forward.c 		if ((new_frwd = kmalloc(sizeof(struct x25_forward),
x25_forward        94 net/x25/x25_forward.c 	struct x25_forward *frwd;
x25_forward       103 net/x25/x25_forward.c 		frwd = list_entry(entry, struct x25_forward, node);
x25_forward       134 net/x25/x25_forward.c 	struct x25_forward *fwd;
x25_forward       140 net/x25/x25_forward.c 		fwd = list_entry(entry, struct x25_forward, node);
x25_forward       152 net/x25/x25_forward.c 	struct x25_forward *fwd;
x25_forward       158 net/x25/x25_forward.c 		fwd = list_entry(entry, struct x25_forward, node);
x25_forward       133 net/x25/x25_proc.c 	struct x25_forward *f = list_entry(v, struct x25_forward, node);