Home
last modified time | relevance | path

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

/linux/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/net/ipv4/
H A Dtcp_minisocks.c654 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()
1391 if (tcp_ao_len_aligned(key) > syn_tcp_option_space) { in tcp_ao_parse_crypto()
H A Dtcp_output.c984 remaining -= tcp_ao_len_aligned(key->ao_key); in tcp_syn_options()
1091 remaining -= tcp_ao_len_aligned(key->ao_key); in tcp_synack_options()
1171 size += tcp_ao_len_aligned(key->ao_key); in tcp_established_options()
H A Dtcp_ipv4.c684 arg->iov[0].iov_len += tcp_ao_len_aligned(key); in tcp_v4_ao_sign_reset()
972 arg.iov[0].iov_len += tcp_ao_len_aligned(key->ao_key); in tcp_v4_send_ack()
/linux/net/ipv6/
H A Dtcp_ipv6.c858 tot_len += tcp_ao_len_aligned(key->ao_key); in tcp_v6_send_response()