Home
last modified time | relevance | path

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

/linux-6.1.9/net/mptcp/
DMakefile7 obj-$(CONFIG_SYN_COOKIES) += syncookies.o
/linux-6.1.9/net/ipv6/
DMakefile23 ipv6-$(CONFIG_SYN_COOKIES) += syncookies.o
/linux-6.1.9/net/ipv4/
DMakefile35 obj-$(CONFIG_SYN_COOKIES) += syncookies.o
Dtcp_input.c6820 u8 syncookies; in tcp_syn_flood_action() local
6822 syncookies = READ_ONCE(net->ipv4.sysctl_tcp_syncookies); in tcp_syn_flood_action()
6825 if (syncookies) { in tcp_syn_flood_action()
6833 if (!queue->synflood_warned && syncookies != 2 && in tcp_syn_flood_action()
6916 u8 syncookies; in tcp_conn_request() local
6918 syncookies = READ_ONCE(net->ipv4.sysctl_tcp_syncookies); in tcp_conn_request()
6924 if ((syncookies == 2 || inet_csk_reqsk_queue_is_full(sk)) && !isn) { in tcp_conn_request()
6976 if (!syncookies && in tcp_conn_request()
DKconfig283 about SYN cookies, check out <https://cr.yp.to/syncookies.html>.
/linux-6.1.9/net/ipv6/netfilter/
DKconfig215 establish them using syncookies before they are passed on to the
/linux-6.1.9/net/ipv4/netfilter/
DKconfig202 establish them using syncookies before they are passed on to the
/linux-6.1.9/Documentation/networking/
Dip-sysctl.rst766 Send out syncookies when the syn backlog queue of a socket
770 Note, that syncookies is fallback facility.
778 syncookies seriously violate TCP protocol, do not allow
785 If you want to test which effects syncookies have to your
787 unconditionally generation of syncookies.
/linux-6.1.9/net/netfilter/
DKconfig671 establish them using syncookies before they are passed on to the
/linux-6.1.9/
DMAINTAINERS14451 F: net/ipv4/syncookies.c
14453 F: net/ipv6/syncookies.c