Home
last modified time | relevance | path

Searched refs:syncookies (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/net/mptcp/
H A DMakefile7 obj-$(CONFIG_SYN_COOKIES) += syncookies.o
/OK3568_Linux_fs/kernel/net/ipv6/
H A DMakefile25 ipv6-$(CONFIG_SYN_COOKIES) += syncookies.o
/OK3568_Linux_fs/kernel/net/ipv4/
H A DMakefile35 obj-$(CONFIG_SYN_COOKIES) += syncookies.o
H A Dtcp_input.c6732 u8 syncookies; in tcp_syn_flood_action() local
6734 syncookies = READ_ONCE(net->ipv4.sysctl_tcp_syncookies); in tcp_syn_flood_action()
6737 if (syncookies) { in tcp_syn_flood_action()
6745 if (!queue->synflood_warned && syncookies != 2 && in tcp_syn_flood_action()
6828 u8 syncookies; in tcp_conn_request() local
6830 syncookies = READ_ONCE(net->ipv4.sysctl_tcp_syncookies); in tcp_conn_request()
6836 if ((syncookies == 2 || inet_csk_reqsk_queue_is_full(sk)) && !isn) { in tcp_conn_request()
6893 if (!syncookies && in tcp_conn_request()
H A DKconfig283 about SYN cookies, check out <https://cr.yp.to/syncookies.html>.
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A DKconfig220 establish them using syncookies before they are passed on to the
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A DKconfig204 establish them using syncookies before they are passed on to the
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dip-sysctl.rst691 Send out syncookies when the syn backlog queue of a socket
695 Note, that syncookies is fallback facility.
703 syncookies seriously violate TCP protocol, do not allow
710 If you want to test which effects syncookies have to your
712 unconditionally generation of syncookies.
/OK3568_Linux_fs/kernel/net/netfilter/
H A DKconfig651 establish them using syncookies before they are passed on to the
/OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/
H A D10-kernel-build_2025-06-06_01-57-58.log
H A Dbuild_2025-06-06_01-57-58.log
H A D10-kernel-build.log
H A Dbuild.log
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS12312 F: net/ipv4/syncookies.c
12314 F: net/ipv6/syncookies.c