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