makex25           936 net/x25/af_x25.c 	struct x25_sock *makex25;
makex25          1043 net/x25/af_x25.c 	makex25 = x25_sk(make);
makex25          1044 net/x25/af_x25.c 	makex25->lci           = lci;
makex25          1045 net/x25/af_x25.c 	makex25->dest_addr     = dest_addr;
makex25          1046 net/x25/af_x25.c 	makex25->source_addr   = source_addr;
makex25          1047 net/x25/af_x25.c 	makex25->neighbour     = nb;
makex25          1048 net/x25/af_x25.c 	makex25->facilities    = facilities;
makex25          1049 net/x25/af_x25.c 	makex25->dte_facilities= dte_facilities;
makex25          1050 net/x25/af_x25.c 	makex25->vc_facil_mask = x25_sk(sk)->vc_facil_mask;
makex25          1052 net/x25/af_x25.c 	makex25->vc_facil_mask &= ~X25_MASK_REVERSE;
makex25          1054 net/x25/af_x25.c 	makex25->vc_facil_mask &= ~X25_MASK_CALLING_AE;
makex25          1055 net/x25/af_x25.c 	makex25->cudmatchlength = x25_sk(sk)->cudmatchlength;
makex25          1058 net/x25/af_x25.c 	if (test_bit(X25_ACCPT_APPRV_FLAG, &makex25->flags)) {
makex25          1060 net/x25/af_x25.c 		makex25->state = X25_STATE_3;
makex25          1066 net/x25/af_x25.c 	skb_copy_from_linear_data(skb, makex25->calluserdata.cuddata, skb->len);
makex25          1067 net/x25/af_x25.c 	makex25->calluserdata.cudlength = skb->len;