Lines Matching defs:user
252 * This is called from user mode and the timers. Thus it protects itself
570 ax25_uid_assoc *user;
596 * Only the super user can set an arbitrary user callsign.
609 user = ax25_findbyuid(current_euid());
610 if (user) {
611 nr->user_addr = user->call;
612 ax25_uid_put(user);
642 ax25_uid_assoc *user;
688 user = ax25_findbyuid(current_euid());
689 if (user) {
690 nr->user_addr = user->call;
691 ax25_uid_put(user);
876 ax25_address *src, *dest, *user;
966 user = (ax25_address *)(skb->data + 21);
989 nr_make->user_addr = *user;
1096 /* Build a packet - the conventional user limit is 236 bytes. We can
1229 /* These two are safe on a single CPU system as only user tasks fiddle here */