Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_ipv4.c588 __be32 opt[(TCPOLEN_MD5SIG_ALIGNED >> 2)]; in tcp_v4_send_reset()
669 arg.iov[0].iov_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_v4_send_reset()
722 + (TCPOLEN_MD5SIG_ALIGNED >> 2) in tcp_v4_send_ack()
759 arg.iov[0].iov_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_v4_send_ack()
Dtcp_minisocks.c543 newtp->tcp_header_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_create_openreq_child()
Dtcp_output.c557 remaining -= TCPOLEN_MD5SIG_ALIGNED; in tcp_syn_options()
623 remaining -= TCPOLEN_MD5SIG_ALIGNED; in tcp_synack_options()
687 size += TCPOLEN_MD5SIG_ALIGNED; in tcp_established_options()
3073 tp->tcp_header_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_connect_init()
/linux-4.4.14/include/net/
Dtcp.h208 #define TCPOLEN_MD5SIG_ALIGNED 20 macro
/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c755 tot_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_v6_send_response()