ox25              594 net/x25/af_x25.c 	struct x25_sock *x25, *ox25;
ox25              613 net/x25/af_x25.c 	ox25 = x25_sk(osk);
ox25              614 net/x25/af_x25.c 	x25->t21        = ox25->t21;
ox25              615 net/x25/af_x25.c 	x25->t22        = ox25->t22;
ox25              616 net/x25/af_x25.c 	x25->t23        = ox25->t23;
ox25              617 net/x25/af_x25.c 	x25->t2         = ox25->t2;
ox25              618 net/x25/af_x25.c 	x25->flags	= ox25->flags;
ox25              619 net/x25/af_x25.c 	x25->facilities = ox25->facilities;
ox25              620 net/x25/af_x25.c 	x25->dte_facilities = ox25->dte_facilities;
ox25              621 net/x25/af_x25.c 	x25->cudmatchlength = ox25->cudmatchlength;