Home
last modified time | relevance | path

Searched refs:tcp_getconninfo (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.141.1/bsd/netinet/
H A Dtcp_var.h1767 extern void tcp_getconninfo(struct socket *, struct conninfo_tcp *);
H A Dmptcp_usrreq.c689 tcp_getconninfo(so, &tcp_ci); in mptcp_getconninfo()
H A Din.c2145 tcp_getconninfo(so, &tcp_ci); in in_getconninfo()
H A Dtcp_usrreq.c2169 tcp_getconninfo(struct socket *so, struct conninfo_tcp *tcp_ci) in tcp_getconninfo() function
H A Dmptcp_subr.c6063 tcp_getconninfo(so, &flow->flow_ci); in fill_mptcp_subflow()
/xnu-10063.141.1/bsd/netinet6/
H A Din6.c4388 tcp_getconninfo(so, &tcp_ci); in in6_getconninfo()