Home
last modified time | relevance | path

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

/net/ax25/
Daf_ax25.c322 ax25_cb *sax25 = sk_to_ax25(skb->sk); in ax25_destroy_socket() local
330 ax25_start_heartbeat(sax25); in ax25_destroy_socket()
331 sax25->state = AX25_STATE_0; in ax25_destroy_socket()
1761 struct sockaddr_ax25 sax25; in ax25_ioctl() local
1762 if (copy_from_user(&sax25, argp, sizeof(sax25))) { in ax25_ioctl()
1766 res = ax25_uid_ioctl(cmd, &sax25); in ax25_ioctl()