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

/linux-master/net/x25/
H A Daf_x25.c1502 struct x25_dte_facilities dtefacs; local
1504 if (copy_from_user(&dtefacs, argp, sizeof(dtefacs)))
1511 if (dtefacs.calling_len > X25_MAX_AE_LEN)
1513 if (dtefacs.called_len > X25_MAX_AE_LEN)
1515 x25->dte_facilities = dtefacs;

Completed in 195 milliseconds