Searched refs:newpsk (Results 1 – 1 of 1) sorted by relevance
784 uint8_t newpsk[TCP_FASTOPEN_KEY_LEN]; in sysctl_net_inet_tcp_fastopen_setpsk() local790 if (req->newlen != sizeof(newpsk)) in sysctl_net_inet_tcp_fastopen_setpsk()792 error = SYSCTL_IN(req, newpsk, sizeof(newpsk)); in sysctl_net_inet_tcp_fastopen_setpsk()797 tcp_fastopen_addpsk_locked(newpsk); in sysctl_net_inet_tcp_fastopen_setpsk()