Lines Matching refs:nr_make
875 struct nr_sock *nr_make;
986 nr_make = nr_sk(make);
987 nr_make->source_addr = *dest;
988 nr_make->dest_addr = *src;
989 nr_make->user_addr = *user;
991 nr_make->your_index = circuit_index;
992 nr_make->your_id = circuit_id;
998 nr_make->my_index = circuit / 256;
999 nr_make->my_id = circuit % 256;
1004 if (window < nr_make->window)
1005 nr_make->window = window;
1010 if (timeout * HZ < nr_make->t1)
1011 nr_make->t1 = timeout * HZ;
1012 nr_make->bpqext = 1;
1014 nr_make->bpqext = 0;
1019 nr_make->condition = 0x00;
1020 nr_make->vs = 0;
1021 nr_make->va = 0;
1022 nr_make->vr = 0;
1023 nr_make->vl = 0;
1024 nr_make->state = NR_STATE_3;