Lines Matching refs:lopt
493 struct listen_sock *lopt = icsk->icsk_accept_queue.listen_opt; in inet_csk_search_req() local
495 u32 hash = inet_synq_hash(raddr, rport, lopt->hash_rnd, in inet_csk_search_req()
496 lopt->nr_table_entries); in inet_csk_search_req()
499 for (req = lopt->syn_table[hash]; req != NULL; req = req->dl_next) { in inet_csk_search_req()
521 struct listen_sock *lopt = icsk->icsk_accept_queue.listen_opt; in inet_csk_reqsk_queue_hash_add() local
524 lopt->hash_rnd, lopt->nr_table_entries); in inet_csk_reqsk_queue_hash_add()
572 struct listen_sock *lopt; in reqsk_queue_unlink() local
576 lopt = queue->listen_opt; in reqsk_queue_unlink()
577 if (lopt) { in reqsk_queue_unlink()
578 for (prev = &lopt->syn_table[req->rsk_hash]; *prev != NULL; in reqsk_queue_unlink()
608 struct listen_sock *lopt = queue->listen_opt; in reqsk_timer_handler() local
613 if (sk_listener->sk_state != TCP_LISTEN || !lopt) { in reqsk_timer_handler()
637 qlen = listen_sock_qlen(lopt); in reqsk_timer_handler()
638 if (qlen >> (lopt->max_qlen_log - 1)) { in reqsk_timer_handler()
639 int young = listen_sock_young(lopt) << 1; in reqsk_timer_handler()
661 atomic_inc(&lopt->young_dec); in reqsk_timer_handler()
674 struct listen_sock *lopt = queue->listen_opt; in reqsk_queue_hash_req() local
691 req->dl_next = lopt->syn_table[hash]; in reqsk_queue_hash_req()
692 lopt->syn_table[hash] = req; in reqsk_queue_hash_req()