Home
last modified time | relevance | path

Searched refs:xtcpcb_n (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Din_pcblist.c107 static void tcpcb_to_xtcpcb_n(struct tcpcb *, struct xtcpcb_n *);
232 tcpcb_to_xtcpcb_n(struct tcpcb *tp, struct xtcpcb_n *xt) in tcpcb_to_xtcpcb_n()
234 xt->xt_len = sizeof(struct xtcpcb_n); in tcpcb_to_xtcpcb_n()
312 item_size += ROUNDUP64(sizeof(struct xtcpcb_n)); in get_pcblist_n()
427 struct xtcpcb_n *xt = (struct xtcpcb_n *) in get_pcblist_n()
H A Dtcp_var.h1609 struct xtcpcb_n { struct
/xnu-11417.101.15/bsd/net/
H A Dntstat.c7313 nstat_userland_to_xtcpcb_n(nstat_flow_data *flow_data, struct xtcpcb_n *xt) in nstat_userland_to_xtcpcb_n()
7316 xt->xt_len = sizeof(struct xtcpcb_n); in nstat_userland_to_xtcpcb_n()
7395 item_size += ROUNDUP64(sizeof(struct xtcpcb_n)); in nstat_userland_list_snapshot()
7411 struct xtcpcb_n *xt = (struct xtcpcb_n *) ADVANCE64(xsostats, sizeof(*xsostats)); in nstat_userland_list_snapshot()
7463 item_size += ROUNDUP64(sizeof(struct xtcpcb_n)); in ntstat_userland_list_n()