Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_fastopen.c1039 (cce->cce_server_ip.v4.s_addr == inc->inc_faddr.s_addr)) || in tcp_fastopen_ccache_lookup()
1042 IN6_ARE_ADDR_EQUAL(&cce->cce_server_ip.v6, &inc->inc6_faddr)))) in tcp_fastopen_ccache_lookup()
1085 cce->cce_server_ip.v4 = inc->inc_faddr; in tcp_fastopen_ccache_create()
1088 cce->cce_server_ip.v6 = inc->inc6_faddr; in tcp_fastopen_ccache_create()
1200 inet_ntop(cce->af, &cce->cce_server_ip, in sysctl_net_inet_tcp_fastopen_ccache_list()
H A Dtcp_fastopen.h55 union tcp_fastopen_ip_addr cce_server_ip; /* network byte order */ member