Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/x25/
H A Daf_x25.c1508 struct x25_dte_facilities dtefacs; in x25_ioctl() local
1510 if (copy_from_user(&dtefacs, argp, sizeof(dtefacs))) in x25_ioctl()
1517 if (dtefacs.calling_len > X25_MAX_AE_LEN) in x25_ioctl()
1519 if (dtefacs.called_len > X25_MAX_AE_LEN) in x25_ioctl()
1521 x25->dte_facilities = dtefacs; in x25_ioctl()
/kernel/linux/linux-6.6/net/x25/
H A Daf_x25.c1502 struct x25_dte_facilities dtefacs; in x25_ioctl() local
1504 if (copy_from_user(&dtefacs, argp, sizeof(dtefacs))) in x25_ioctl()
1511 if (dtefacs.calling_len > X25_MAX_AE_LEN) in x25_ioctl()
1513 if (dtefacs.called_len > X25_MAX_AE_LEN) in x25_ioctl()
1515 x25->dte_facilities = dtefacs; in x25_ioctl()

Completed in 4 milliseconds