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.c852 (TCPOPT_MD5SIG << 8) | in tcp_v4_send_reset()
980 (TCPOPT_MD5SIG << 8) | in tcp_v4_send_ack()
H A Dtcp_input.c4272 case TCPOPT_MD5SIG: in tcp_parse_options()
4397 if (opcode == TCPOPT_MD5SIG) { in tcp_do_parse_auth_options()
H A Dtcp_output.c672 (TCPOPT_MD5SIG << 8) | TCPOLEN_MD5SIG); in tcp_options_write()
/linux/net/ipv6/
H A Dtcp_ipv6.c929 (TCPOPT_MD5SIG << 8) | TCPOLEN_MD5SIG); in tcp_v6_send_response()
/linux/include/net/
H A Dtcp.h200 #define TCPOPT_MD5SIG 19 /* MD5 Signature (RFC2385) */ macro
/linux/net/sched/
H A Dsch_cake.c1163 case TCPOPT_MD5SIG: /* doesn't influence state */ in cake_tcph_may_drop()