Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_var.h1958 extern void tcp_getconninfo(struct socket *, struct conninfo_tcp *);
H A Dmptcp_usrreq.c690 tcp_getconninfo(so, &tcp_ci); in mptcp_getconninfo()
H A Din.c2152 tcp_getconninfo(so, &tcp_ci); in in_getconninfo()
H A Dtcp_usrreq.c2184 tcp_getconninfo(struct socket *so, struct conninfo_tcp *tcp_ci) in tcp_getconninfo() function
H A Dmptcp_subr.c6088 tcp_getconninfo(so, &flow->flow_ci); in fill_mptcp_subflow()
/xnu-12377.1.9/bsd/netinet6/
H A Din6.c4404 tcp_getconninfo(so, &tcp_ci); in in6_getconninfo()