x25_forward 24 net/x25/x25_forward.c struct x25_forward *x25_frwd, *new_frwd; x25_forward 51 net/x25/x25_forward.c x25_frwd = list_entry(entry, struct x25_forward, node); x25_forward 61 net/x25/x25_forward.c if ((new_frwd = kmalloc(sizeof(struct x25_forward), x25_forward 95 net/x25/x25_forward.c struct x25_forward *frwd; x25_forward 104 net/x25/x25_forward.c frwd = list_entry(entry, struct x25_forward, node); x25_forward 135 net/x25/x25_forward.c struct x25_forward *fwd; x25_forward 141 net/x25/x25_forward.c fwd = list_entry(entry, struct x25_forward, node); x25_forward 153 net/x25/x25_forward.c struct x25_forward *fwd; x25_forward 159 net/x25/x25_forward.c fwd = list_entry(entry, struct x25_forward, node); x25_forward 173 net/x25/x25_proc.c static __inline__ struct x25_forward *x25_get_forward_idx(loff_t pos) x25_forward 175 net/x25/x25_proc.c struct x25_forward *f; x25_forward 179 net/x25/x25_proc.c f = list_entry(entry, struct x25_forward, node); x25_forward 200 net/x25/x25_proc.c struct x25_forward *f; x25_forward 207 net/x25/x25_proc.c struct x25_forward, node); x25_forward 212 net/x25/x25_proc.c f = list_entry(f->node.next, struct x25_forward, node); x25_forward 228 net/x25/x25_proc.c struct x25_forward *f;