Searched refs:lopt (Results 1 - 5 of 5) sorted by relevance

/net/core/
H A Drequest_sock.c44 struct listen_sock *lopt = NULL; local
52 lopt = kzalloc(lopt_size, GFP_KERNEL |
55 if (!lopt)
56 lopt = vzalloc(lopt_size);
57 if (!lopt)
60 get_random_bytes(&lopt->hash_rnd, sizeof(lopt->hash_rnd));
63 lopt->nr_table_entries = nr_table_entries;
64 lopt->max_qlen_log = ilog2(nr_table_entries);
67 queue->listen_opt = lopt;
82 struct listen_sock *lopt; local
95 struct listen_sock *lopt = reqsk_queue_yank_listen_sk(queue); local
[all...]
/net/ipv6/
H A Dinet6_connection_sock.c124 struct listen_sock *lopt = icsk->icsk_accept_queue.listen_opt; local
127 for (prev = &lopt->syn_table[inet6_synq_hash(raddr, rport,
128 lopt->hash_rnd,
129 lopt->nr_table_entries)];
154 struct listen_sock *lopt = icsk->icsk_accept_queue.listen_opt; local
157 lopt->hash_rnd, lopt->nr_table_entries);
/net/ipv4/
H A Dinet_connection_sock.c488 struct listen_sock *lopt = icsk->icsk_accept_queue.listen_opt; local
491 for (prev = &lopt->syn_table[inet_synq_hash(raddr, rport, lopt->hash_rnd,
492 lopt->nr_table_entries)];
515 struct listen_sock *lopt = icsk->icsk_accept_queue.listen_opt; local
518 lopt->hash_rnd, lopt->nr_table_entries);
568 struct listen_sock *lopt = queue->listen_opt; local
575 if (lopt == NULL || lopt
[all...]
H A Dinet_diag.c771 struct listen_sock *lopt; local
787 lopt = icsk->icsk_accept_queue.listen_opt;
788 if (!lopt || !lopt->qlen)
796 for (j = s_j; j < lopt->nr_table_entries; j++) {
797 struct request_sock *req, *head = lopt->syn_table[j];
H A Dtcp_ipv4.c865 struct listen_sock *lopt; local
876 lopt = inet_csk(sk)->icsk_accept_queue.listen_opt;
877 if (!lopt->synflood_warned && sysctl_tcp_syncookies != 2) {
878 lopt->synflood_warned = 1;

Completed in 137 milliseconds