Home
last modified time | relevance | path

Searched refs:dtefacs (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/net/x25/
Daf_x25.c1468 struct x25_dte_facilities dtefacs; in x25_ioctl() local
1470 if (copy_from_user(&dtefacs, argp, sizeof(dtefacs))) in x25_ioctl()
1477 if (dtefacs.calling_len > X25_MAX_AE_LEN) in x25_ioctl()
1479 if (dtefacs.calling_ae == NULL) in x25_ioctl()
1481 if (dtefacs.called_len > X25_MAX_AE_LEN) in x25_ioctl()
1483 if (dtefacs.called_ae == NULL) in x25_ioctl()
1485 x25->dte_facilities = dtefacs; in x25_ioctl()