Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ax25/
Dax25_uid.c53 ax25_address *ax25_findbyuid(uid_t uid) in ax25_findbyuid() function
81 if (ax25_findbyuid(sax->sax25_uid)) in ax25_uid_ioctl()
Dax25_route.c365 if ((call = ax25_findbyuid(current->euid)) == NULL) { in ax25_rt_autobind()
Daf_ax25.c1073 call = ax25_findbyuid(current->euid); in ax25_bind()
1829 EXPORT_SYMBOL(ax25_findbyuid);
/linux-2.4.37.9/include/net/
Dax25.h336 extern ax25_address *ax25_findbyuid(uid_t);
/linux-2.4.37.9/net/netrom/
Daf_netrom.c632 if ((user = ax25_findbyuid(current->euid)) == NULL) { in nr_bind()
690 if ((user = ax25_findbyuid(current->euid)) == NULL) { in nr_connect()
/linux-2.4.37.9/net/rose/
Daf_rose.c703 if ((user = ax25_findbyuid(current->euid)) == NULL) { in rose_bind()
784 if ((user = ax25_findbyuid(current->euid)) == NULL) in rose_connect()