Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_ipv4.c765 TCPOLEN_MD5SIG); in tcp_v4_send_reset()
876 TCPOLEN_MD5SIG); in tcp_v4_send_ack()
H A Dtcp_input.c4183 while (length >= TCPOLEN_MD5SIG) { in tcp_parse_md5sig_option()
4198 return opsize == TCPOLEN_MD5SIG ? ptr : NULL; in tcp_parse_md5sig_option()
H A Dtcp_output.c613 (TCPOPT_MD5SIG << 8) | TCPOLEN_MD5SIG); in tcp_options_write()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h204 #define TCPOLEN_MD5SIG 18 macro
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c938 (TCPOPT_MD5SIG << 8) | TCPOLEN_MD5SIG); in tcp_v6_send_response()