Lines Matching defs:opt
1096 unsigned int opt;
1102 rc = copy_from_sockptr(&opt, optval, sizeof(opt));
1108 if (opt > LLC_OPT_MAX_RETRY)
1110 llc->n2 = opt;
1113 if (opt > LLC_OPT_MAX_SIZE)
1115 llc->n1 = opt;
1118 if (opt > LLC_OPT_MAX_ACK_TMR_EXP)
1120 llc->ack_timer.expire = opt * HZ;
1123 if (opt > LLC_OPT_MAX_P_TMR_EXP)
1125 llc->pf_cycle_timer.expire = opt * HZ;
1128 if (opt > LLC_OPT_MAX_REJ_TMR_EXP)
1130 llc->rej_sent_timer.expire = opt * HZ;
1133 if (opt > LLC_OPT_MAX_BUSY_TMR_EXP)
1135 llc->busy_state_timer.expire = opt * HZ;
1138 if (opt > LLC_OPT_MAX_WIN)
1140 llc->k = opt;
1143 if (opt > LLC_OPT_MAX_WIN)
1145 llc->rw = opt;
1148 if (opt)