Home
last modified time | relevance | path

Searched refs:TCPOLEN_MD5SIG (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv4/
H A Dtcp_ipv4.c826 TCPOLEN_MD5SIG); in tcp_v4_send_reset()
955 TCPOLEN_MD5SIG); in tcp_v4_send_ack()
H A Dtcp.c4962 unsigned int minlen = TCPOLEN_MD5SIG; in tcp_do_parse_auth_options()
4986 if (opsize != TCPOLEN_MD5SIG) in tcp_do_parse_auth_options()
H A Dtcp_output.c670 (TCPOPT_MD5SIG << 8) | TCPOLEN_MD5SIG); in tcp_options_write()
/linux/net/ipv6/
H A Dtcp_ipv6.c904 (TCPOPT_MD5SIG << 8) | TCPOLEN_MD5SIG); in tcp_v6_send_response()
/linux/include/net/
H A Dtcp.h237 #define TCPOLEN_MD5SIG 18 macro