Home
last modified time | relevance | path

Searched refs:tcp_ao_len (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dtcp_ao.h71 static inline int tcp_ao_len(const struct tcp_ao_key *key) in tcp_ao_len() function
78 return round_up(tcp_ao_len(key), 4); in tcp_ao_len_aligned()
/linux/net/ipv4/
H A Dtcp_ipv4.c706 reply_options[0] = htonl((TCPOPT_AO << 24) | (tcp_ao_len(key) << 16) | in tcp_v4_ao_sign_reset()
997 (tcp_ao_len(key->ao_key) << 16) | in tcp_v4_send_ack()
H A Dtcp_output.c637 (tcp_ao_len(key->ao_key) << 16) | in process_tcp_ao_options()