Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtcp_ao.h86 static inline int tcp_ao_len(const struct tcp_ao_key *key) in tcp_ao_len() function
93 return round_up(tcp_ao_len(key), 4); in tcp_ao_len_aligned()
/linux/net/ipv4/
H A Dtcp_ipv4.c682 reply_options[0] = htonl((TCPOPT_AO << 24) | (tcp_ao_len(key) << 16) | in tcp_v4_ao_sign_reset()
969 (tcp_ao_len(key->ao_key) << 16) | in tcp_v4_send_ack()
976 tcp_ao_len(key->ao_key)); in tcp_v4_send_ack()