Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
Dtcp_ipv4.c703 reply_options[0] = htonl((TCPOPT_AO << 24) | (tcp_ao_len(key) << 16) | in tcp_v4_ao_sign_reset()
992 rep.opt[offset++] = htonl((TCPOPT_AO << 24) | in tcp_v4_send_ack()
Dtcp_output.c619 *ptr++ = htonl((TCPOPT_AO << 24) | (aolen << 16) | in process_tcp_ao_options()
631 *ptr++ = htonl((TCPOPT_AO << 24) | in process_tcp_ao_options()
Dtcp_input.c4273 case TCPOPT_AO: in tcp_parse_options()
4397 } else if (opcode == TCPOPT_AO) { in tcp_do_parse_auth_options()
/linux-6.12.1/net/ipv6/
Dtcp_ipv6.c937 *topt++ = htonl((TCPOPT_AO << 24) | in tcp_v6_send_response()
/linux-6.12.1/include/net/
Dtcp.h200 #define TCPOPT_AO 29 /* Authentication Option (RFC5925) */ macro