Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_ipv4.c666 __be32 opt[(TCPOLEN_MD5SIG_ALIGNED >> 2)]; in tcp_v4_send_reset()
767 arg.iov[0].iov_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_v4_send_reset()
837 + (TCPOLEN_MD5SIG_ALIGNED >> 2) in tcp_v4_send_ack()
877 arg.iov[0].iov_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_v4_send_ack()
H A Dtcp_minisocks.c542 newtp->tcp_header_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_create_openreq_child()
H A Dtcp_output.c772 remaining -= TCPOLEN_MD5SIG_ALIGNED; in tcp_syn_options()
853 remaining -= TCPOLEN_MD5SIG_ALIGNED; in tcp_synack_options()
928 size += TCPOLEN_MD5SIG_ALIGNED; in tcp_established_options()
3668 tp->tcp_header_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_connect_init()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h216 #define TCPOLEN_MD5SIG_ALIGNED 20 macro
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c902 tot_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_v6_send_response()