Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_ipv4.c741 TCPOLEN_MD5SIG); in tcp_v4_send_reset()
852 TCPOLEN_MD5SIG); in tcp_v4_send_ack()
Dtcp_input.c4007 while (length >= TCPOLEN_MD5SIG) { in tcp_parse_md5sig_option()
4022 return opsize == TCPOLEN_MD5SIG ? ptr : NULL; in tcp_parse_md5sig_option()
Dtcp_output.c461 (TCPOPT_MD5SIG << 8) | TCPOLEN_MD5SIG); in tcp_options_write()
/Linux-v5.4/include/net/
Dtcp.h201 #define TCPOLEN_MD5SIG 18 macro
/Linux-v5.4/net/ipv6/
Dtcp_ipv6.c861 (TCPOPT_MD5SIG << 8) | TCPOLEN_MD5SIG); in tcp_v6_send_response()