Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_output.c832 remaining -= TCPOLEN_MD5SIG_ALIGNED; in tcp_syn_options()
918 remaining -= TCPOLEN_MD5SIG_ALIGNED; in tcp_synack_options()
999 size += TCPOLEN_MD5SIG_ALIGNED; in tcp_established_options()
H A Dtcp_ipv4.c854 arg.iov[0].iov_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_v4_send_reset()
982 arg.iov[0].iov_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_v4_send_ack()
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c883 tot_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_v6_send_response()
/linux-6.15/include/net/
H A Dtcp.h233 #define TCPOLEN_MD5SIG_ALIGNED 20 macro