Home
last modified time | relevance | path

Searched refs:tcp_ao_len_aligned (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/include/net/
H A Dtcp_ao.h76 static inline int tcp_ao_len_aligned(const struct tcp_ao_key *key) in tcp_ao_len_aligned() function
/linux-6.15/net/ipv4/
H A Dtcp_minisocks.c625 newtp->tcp_header_len += tcp_ao_len_aligned(ao_key); in tcp_create_openreq_child()
H A Dtcp_ao.c1143 tp->tcp_header_len += tcp_ao_len_aligned(key); in tcp_ao_connect_init()
1389 if (tcp_ao_len_aligned(key) > syn_tcp_option_space) { in tcp_ao_parse_crypto()
H A Dtcp_output.c837 remaining -= tcp_ao_len_aligned(key->ao_key); in tcp_syn_options()
929 remaining -= tcp_ao_len_aligned(key->ao_key); in tcp_synack_options()
1002 size += tcp_ao_len_aligned(key->ao_key); in tcp_established_options()
H A Dtcp_ipv4.c706 arg->iov[0].iov_len += tcp_ao_len_aligned(key); in tcp_v4_ao_sign_reset()
998 arg.iov[0].iov_len += tcp_ao_len_aligned(key->ao_key); in tcp_v4_send_ack()
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c885 tot_len += tcp_ao_len_aligned(key->ao_key); in tcp_v6_send_response()