Lines Matching refs:yes
467 int yes = 1; in inet_diag_bc_run() local
474 yes = 0; in inet_diag_bc_run()
477 yes = entry->sport >= op[1].no; in inet_diag_bc_run()
480 yes = entry->sport <= op[1].no; in inet_diag_bc_run()
483 yes = entry->dport >= op[1].no; in inet_diag_bc_run()
486 yes = entry->dport <= op[1].no; in inet_diag_bc_run()
489 yes = !(entry->userlocks & SOCK_BINDPORT_LOCK); in inet_diag_bc_run()
500 yes = 0; in inet_diag_bc_run()
520 yes = 0; in inet_diag_bc_run()
529 yes = 0; in inet_diag_bc_run()
534 if (yes) { in inet_diag_bc_run()
535 len -= op->yes; in inet_diag_bc_run()
536 bc += op->yes; in inet_diag_bc_run()
589 if (op->yes < 4 || op->yes & 3) in valid_cc()
591 len -= op->yes; in valid_cc()
592 bc += op->yes; in valid_cc()
684 if (op->yes < min_len || op->yes > len + 4 || op->yes & 3) in inet_diag_bc_audit()
686 bc += op->yes; in inet_diag_bc_audit()
687 len -= op->yes; in inet_diag_bc_audit()