Lines Matching refs:user
23 * the user specified ->u.user.target_size, which will be considered
26 * ->targetsize: if OTOH the user specified ->u.user.target_size is
65 * This code is based on the premise that the user sets the given
66 * ->u.user.match_size or ->u.user.target_size consistent to the
71 * independent of the actual values of ->u.user.match_size or
72 * ->u.user.target_size and the result ends up getting layed out with proper
121 xt_entry_match->u.user.match_size = (u_int16_t)match_size;
122 strcpy(xt_entry_match->u.user.name, "state");
124 xt_entry_tgt->u.user.target_size = (u_int16_t)tgt_size;
125 strcpy(xt_entry_tgt->u.user.name, "REJECT");
164 {"/proc/sys/user/max_user_namespaces", "1024", TST_SR_SKIP},