Lines Matching full:user
14 * This is a userspace ABI to communicate data between ksmbd and user IPC
15 * daemon using netlink. This is added to track and cache user account DB
19 * This event is to check whether user IPC daemon is alive. If user IPC
25 * server from the user IPC daemon and to start the server. The global
33 * This event is to get user account info to user IPC daemon.
42 * This event is to send tree disconnect info to user IPC daemon.
45 * This event is to send logout request to user IPC daemon.
64 * IPC heartbeat frame to check whether user IPC daemon is alive.
125 * IPC user login request.
129 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */
134 * IPC user login response.
139 __u32 uid; /* user id */
140 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */
223 * IPC Response structure to logout user account.
226 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */
233 * IPC user daemon.
256 * user daemon.
262 * a user identified by the
327 * User config flags.