Home
last modified time | relevance | path

Searched refs:tcp_info (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.1.9/bsd/net/aop/
H A Daop_flow_stats.h41 struct tcp_info tcp_info; /* TCP information */ member
/xnu-12377.1.9/bsd/netinet/
H A Dtcp_private.h205 struct tcp_info { struct
386 struct tcp_info tcpci_tcp_info;/* TCP info */
H A Dtcp_usrreq.c121 errno_t tcp_fill_info_for_info_tuple(struct info_tuple *, struct tcp_info *);
1754 tcp_fill_info(struct tcpcb *tp, struct tcp_info *ti) in tcp_fill_info()
1940 tcp_fill_info_for_info_tuple(struct info_tuple *itpl, struct tcp_info *ti) in tcp_fill_info_for_info_tuple()
2114 struct tcp_info ti = {}; in tcp_sysctl_info()
2131 error = SYSCTL_OUT(req, &ti, sizeof(struct tcp_info)); in tcp_sysctl_info()
2910 struct tcp_info ti; in tcp_ctloutput()
2913 error = sooptcopyout(sopt, &ti, sizeof(struct tcp_info)); in tcp_ctloutput()
H A Dmptcp_usrreq.c1939 mptcp_fill_info_bytestats(struct tcp_info *ti, struct mptses *mpte) in mptcp_fill_info_bytestats()
1981 mptcp_fill_info(struct mptses *mpte, struct tcp_info *ti) in mptcp_fill_info()
2122 struct tcp_info ti; in mptcp_getopt()
2125 error = sooptcopyout(sopt, &ti, sizeof(struct tcp_info)); in mptcp_getopt()
H A Dtcp_var.h1873 void tcp_fill_info(struct tcpcb *, struct tcp_info *);
/xnu-12377.1.9/bsd/net/
H A Dnecp.h1118 struct tcp_info tcpi;
H A Dnecp_client.c1284 struct tcp_info *tcpi = &flow_stats.transport.tcp_stats.tcp_info; in necp_client_collect_aop_flow_stats()
6990 struct tcp_info *tcpi = &flow_stats.transport.tcp_stats.tcp_info; in necp_request_aop_tcp_netstats()
11662 struct tcp_info *tcpi = &flow_stats->transport.tcpi; in necp_client_copy_flow_stats()
11663 struct tcp_info *a_tcpi = &aop_flow_stats.transport.tcp_stats.tcp_info; in necp_client_copy_flow_stats()