Searched refs:nr_make (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netrom/
H A Daf_netrom.c851 struct nr_sock *nr_make; local
956 nr_make = nr_sk(make);
957 nr_make->source_addr = *dest;
958 nr_make->dest_addr = *src;
959 nr_make->user_addr = *user;
961 nr_make->your_index = circuit_index;
962 nr_make->your_id = circuit_id;
968 nr_make->my_index = circuit / 256;
969 nr_make->my_id = circuit % 256;
974 if (window < nr_make
[all...]

Completed in 47 milliseconds