Home
last modified time | relevance | path

Searched refs:TCPOPT_MD5SIG (Results 1 – 6 of 6) sorted by relevance

/linux/net/ipv4/
H A Dtcp_ipv4.c848 (TCPOPT_MD5SIG << 8) | in tcp_v4_send_reset()
977 (TCPOPT_MD5SIG << 8) | in tcp_v4_send_ack()
H A Dtcp_input.c4615 case TCPOPT_MD5SIG: in tcp_parse_options()
4749 if (opcode == TCPOPT_MD5SIG) { in tcp_do_parse_auth_options()
H A Dtcp_output.c665 (TCPOPT_MD5SIG << 8) | TCPOLEN_MD5SIG); in tcp_options_write()
/linux/net/ipv6/
H A Dtcp_ipv6.c889 (TCPOPT_MD5SIG << 8) | TCPOLEN_MD5SIG); in tcp_v6_send_response()
/linux/include/net/
H A Dtcp.h216 #define TCPOPT_MD5SIG 19 /* MD5 Signature (RFC2385) */ macro
/linux/net/sched/
H A Dsch_cake.c1176 case TCPOPT_MD5SIG: /* doesn't influence state */ in cake_tcph_may_drop()