Searched refs:dtefacs (Results 1 – 1 of 1) sorted by relevance
1498 struct x25_dte_facilities dtefacs; in x25_ioctl() local1500 if (copy_from_user(&dtefacs, argp, sizeof(dtefacs))) in x25_ioctl()1507 if (dtefacs.calling_len > X25_MAX_AE_LEN) in x25_ioctl()1509 if (dtefacs.called_len > X25_MAX_AE_LEN) in x25_ioctl()1511 x25->dte_facilities = dtefacs; in x25_ioctl()