Home
last modified time | relevance | path

Searched refs:backup_key (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/ !
H A Dtcp_fastopen.c60 void *primary_key, void *backup_key) in tcp_fastopen_reset_cipher() argument
74 if (backup_key) { in tcp_fastopen_reset_cipher()
75 ctx->key[1].key[0] = get_unaligned_le64(backup_key); in tcp_fastopen_reset_cipher()
76 ctx->key[1].key[1] = get_unaligned_le64(backup_key + 8); in tcp_fastopen_reset_cipher()
H A Dtcp.c3820 __u8 *backup_key = NULL; in do_tcp_setsockopt() local
3833 backup_key = key + TCP_FASTOPEN_KEY_LENGTH; in do_tcp_setsockopt()
3835 return tcp_fastopen_reset_cipher(net, sk, key, backup_key); in do_tcp_setsockopt()