Lines Matching refs:yes
463 int yes = 1; in inet_diag_bc_run() local
470 yes = 0; in inet_diag_bc_run()
473 yes = entry->sport >= op[1].no; in inet_diag_bc_run()
476 yes = entry->sport <= op[1].no; in inet_diag_bc_run()
479 yes = entry->dport >= op[1].no; in inet_diag_bc_run()
482 yes = entry->dport <= op[1].no; in inet_diag_bc_run()
485 yes = !(entry->userlocks & SOCK_BINDPORT_LOCK); in inet_diag_bc_run()
496 yes = 0; in inet_diag_bc_run()
516 yes = 0; in inet_diag_bc_run()
525 yes = 0; in inet_diag_bc_run()
530 if (yes) { in inet_diag_bc_run()
531 len -= op->yes; in inet_diag_bc_run()
532 bc += op->yes; in inet_diag_bc_run()
585 if (op->yes < 4 || op->yes & 3) in valid_cc()
587 len -= op->yes; in valid_cc()
588 bc += op->yes; in valid_cc()
680 if (op->yes < min_len || op->yes > len + 4 || op->yes & 3) in inet_diag_bc_audit()
682 bc += op->yes; in inet_diag_bc_audit()
683 len -= op->yes; in inet_diag_bc_audit()