Home
last modified time | relevance | path

Searched refs:TCPOLEN_MD5SIG_ALIGNED (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/net/ipv4/
Dtcp_ipv4.c673 #define OPTION_BYTES TCPOLEN_MD5SIG_ALIGNED
784 arg.iov[0].iov_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_v4_send_reset()
873 + (TCPOLEN_MD5SIG_ALIGNED >> 2) in tcp_v4_send_ack()
913 arg.iov[0].iov_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_v4_send_ack()
Dtcp_output.c783 remaining -= TCPOLEN_MD5SIG_ALIGNED; in tcp_syn_options()
864 remaining -= TCPOLEN_MD5SIG_ALIGNED; in tcp_synack_options()
939 size += TCPOLEN_MD5SIG_ALIGNED; in tcp_established_options()
/Linux-v6.6/net/ipv6/
Dtcp_ipv6.c865 tot_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_v6_send_response()
/Linux-v6.6/include/net/
Dtcp.h219 #define TCPOLEN_MD5SIG_ALIGNED 20 macro