Lines Matching defs:move
2839 /* Returns: int - -1 == error, 0 == success (no move), 1 == success and */
2861 int move;
2863 move = 1;
2895 move = 0;
2915 move = 0;
2922 move = 0;
3033 return move;
3069 int move;
3084 move = 1;
3141 move = ipf_nat_newdivert(fin, nat, &ni);
3144 move = ipf_nat_newrewrite(fin, nat, &ni);
3160 move = ipf_nat_newmap(fin, nat, &ni);
3173 move = ipf_nat_newrdr(fin, nat, &ni);
3175 if (move == -1)
3210 if ((move == 1) && (np->in_flags & IPN_ROUNDR)) {
6493 * If it's currently on a timeout queue, move it from one queue to
6909 /* Returns: int - -1 == error, 0 == success (no move), 1 == success and */