Home
last modified time | relevance | path

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

/linux-6.1.9/net/ax25/
Daf_ax25.c1888 struct ax25_fwd_struct ax25_fwd; in ax25_ioctl() local
1893 if (copy_from_user(&ax25_fwd, argp, sizeof(ax25_fwd))) { in ax25_ioctl()
1897 res = ax25_fwd_ioctl(cmd, &ax25_fwd); in ax25_ioctl()