Home
last modified time | relevance | path

Searched refs:cce_client_ip (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_fastopen.c1038 (cce->cce_client_ip.v4.s_addr == inc->inc_laddr.s_addr) && in tcp_fastopen_ccache_lookup()
1041 IN6_ARE_ADDR_EQUAL(&cce->cce_client_ip.v6, &inc->inc6_laddr) && in tcp_fastopen_ccache_lookup()
1084 cce->cce_client_ip.v4 = inc->inc_laddr; in tcp_fastopen_ccache_create()
1087 cce->cce_client_ip.v6 = inc->inc6_laddr; in tcp_fastopen_ccache_create()
1198 inet_ntop(cce->af, &cce->cce_client_ip, in sysctl_net_inet_tcp_fastopen_ccache_list()
H A Dtcp_fastopen.h54 union tcp_fastopen_ip_addr cce_client_ip; /* network byte order */ member