Home
last modified time | relevance | path

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

/openbmc/linux/net/mptcp/
H A DMakefile7 obj-$(CONFIG_SYN_COOKIES) += syncookies.o
/openbmc/linux/net/ipv6/
H A DMakefile23 ipv6-$(CONFIG_SYN_COOKIES) += syncookies.o
/openbmc/linux/net/ipv4/
H A DMakefile36 obj-$(CONFIG_SYN_COOKIES) += syncookies.o
H A Dtcp_input.c6981 u8 syncookies; in tcp_syn_flood_action() local
6983 syncookies = READ_ONCE(net->ipv4.sysctl_tcp_syncookies); in tcp_syn_flood_action()
6986 if (syncookies) { in tcp_syn_flood_action()
6994 if (!READ_ONCE(queue->synflood_warned) && syncookies != 2 && in tcp_syn_flood_action()
7085 u8 syncookies; in tcp_conn_request() local
7087 syncookies = READ_ONCE(net->ipv4.sysctl_tcp_syncookies); in tcp_conn_request()
7093 if ((syncookies == 2 || inet_csk_reqsk_queue_is_full(sk)) && !isn) { in tcp_conn_request()
7145 if (!syncookies && in tcp_conn_request()
H A DKconfig283 about SYN cookies, check out <https://cr.yp.to/syncookies.html>.
/openbmc/linux/tools/testing/selftests/net/
H A Dfcnal-test.sh1124 local syncookies=$1
1137 ip netns exec "${NSA}" sysctl -wq net.ipv4.tcp_syncookies=${syncookies}
1138 ip netns exec "${NSB}" sysctl -wq net.ipv4.tcp_syncookies=${syncookies}
1145 log_test_addr ${a} $? 0 "SO_DONTROUTE client, syncookies=${syncookies}"
1150 log_test_addr ${a} $? 0 "SO_DONTROUTE server, syncookies=${syncookies}"
1163 log_test_addr ${a} $? 1 "SO_DONTROUTE client, syncookies=${syncookies}"
1169 log_test_addr ${a} $? 2 "SO_DONTROUTE server, syncookies=${syncookies}"
/openbmc/linux/net/ipv6/netfilter/
H A DKconfig215 establish them using syncookies before they are passed on to the
/openbmc/linux/net/ipv4/netfilter/
H A DKconfig202 establish them using syncookies before they are passed on to the
/openbmc/linux/Documentation/networking/
H A Dip-sysctl.rst772 Send out syncookies when the syn backlog queue of a socket
776 Note, that syncookies is fallback facility.
784 syncookies seriously violate TCP protocol, do not allow
791 If you want to test which effects syncookies have to your
793 unconditionally generation of syncookies.
/openbmc/linux/net/netfilter/
H A DKconfig674 establish them using syncookies before they are passed on to the
/openbmc/linux/
H A DMAINTAINERS15020 F: net/ipv4/syncookies.c
15022 F: net/ipv6/syncookies.c
H A Dopengrok2.0.log[all...]
H A Dopengrok1.0.log[all...]