Searched refs:tcp_fastopen_reset_cipher (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | tcp_fastopen.c | 27 tcp_fastopen_reset_cipher(net, NULL, key, NULL); in tcp_fastopen_init_key_once() 58 int tcp_fastopen_reset_cipher(struct net *net, struct sock *sk, in tcp_fastopen_reset_cipher() function
|
H A D | sysctl_net_ipv4.c | 350 tcp_fastopen_reset_cipher(net, NULL, key, in proc_tcp_fastopen_key()
|
H A D | tcp.c | 3501 return tcp_fastopen_reset_cipher(net, sk, key, backup_key); in do_tcp_setsockopt()
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 1824 int tcp_fastopen_reset_cipher(struct net *net, struct sock *sk,
|