Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.h56 union tcp_fastopen_ip_addr cce_client_ip; /* network byte order */ member
H A Dtcp_fastopen.c1042 (cce->cce_client_ip.v4.s_addr == inc->inc_laddr.s_addr) && in tcp_fastopen_ccache_lookup()
1045 IN6_ARE_ADDR_EQUAL(&cce->cce_client_ip.v6, &inc->inc6_laddr) && in tcp_fastopen_ccache_lookup()
1088 cce->cce_client_ip.v4 = inc->inc_laddr; in tcp_fastopen_ccache_create()
1091 cce->cce_client_ip.v6 = inc->inc6_laddr; in tcp_fastopen_ccache_create()
1202 inet_ntop(cce->af, &cce->cce_client_ip, in sysctl_net_inet_tcp_fastopen_ccache_list()