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

/net/core/
H A Drequest_sock.c44 struct listen_sock *lopt; local
51 lopt = vzalloc(lopt_size);
53 lopt = kzalloc(lopt_size, GFP_KERNEL);
54 if (lopt == NULL)
57 for (lopt->max_qlen_log = 3;
58 (1 << lopt->max_qlen_log) < nr_table_entries;
59 lopt->max_qlen_log++);
61 get_random_bytes(&lopt->hash_rnd, sizeof(lopt->hash_rnd));
64 lopt
75 struct listen_sock *lopt; local
96 struct listen_sock *lopt; local
109 struct listen_sock *lopt = reqsk_queue_yank_listen_sk(queue); local
[all...]
/net/ipv6/
H A Dinet6_connection_sock.c125 struct listen_sock *lopt = icsk->icsk_accept_queue.listen_opt; local
128 for (prev = &lopt->syn_table[inet6_synq_hash(raddr, rport,
129 lopt->hash_rnd,
130 lopt->nr_table_entries)];
156 struct listen_sock *lopt = icsk->icsk_accept_queue.listen_opt; local
159 lopt->hash_rnd, lopt->nr_table_entries);
/net/ipv4/
H A Dinet_connection_sock.c500 struct listen_sock *lopt = icsk->icsk_accept_queue.listen_opt; local
503 for (prev = &lopt->syn_table[inet_synq_hash(raddr, rport, lopt->hash_rnd,
504 lopt->nr_table_entries)];
527 struct listen_sock *lopt = icsk->icsk_accept_queue.listen_opt; local
529 lopt->hash_rnd, lopt->nr_table_entries);
579 struct listen_sock *lopt = queue->listen_opt; local
586 if (lopt == NULL || lopt
[all...]
H A Dinet_diag.c761 struct listen_sock *lopt; local
777 lopt = icsk->icsk_accept_queue.listen_opt;
778 if (!lopt || !lopt->qlen)
786 for (j = s_j; j < lopt->nr_table_entries; j++) {
787 struct request_sock *req, *head = lopt->syn_table[j];
H A Dtcp_ipv4.c896 struct listen_sock *lopt; local
909 lopt = inet_csk(sk)->icsk_accept_queue.listen_opt;
910 if (!lopt->synflood_warned) {
911 lopt->synflood_warned = 1;

Completed in 163 milliseconds