Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_ipv4.c667 TCPOLEN_MD5SIG); in tcp_v4_send_reset()
758 TCPOLEN_MD5SIG); in tcp_v4_send_ack()
Dtcp_input.c3862 if (length < TCPOLEN_MD5SIG) in tcp_parse_md5sig_option()
3880 return opsize == TCPOLEN_MD5SIG ? ptr : NULL; in tcp_parse_md5sig_option()
Dtcp_output.c454 (TCPOPT_MD5SIG << 8) | TCPOLEN_MD5SIG); in tcp_options_write()
/linux-4.4.14/include/net/
Dtcp.h197 #define TCPOLEN_MD5SIG 18 macro
/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c791 (TCPOPT_MD5SIG << 8) | TCPOLEN_MD5SIG); in tcp_v6_send_response()