Home
last modified time | relevance | path

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

/xnu-12377.41.6/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.h1615 struct xtcpcb_n { struct
/xnu-12377.41.6/bsd/net/
H A Dntstat.c8204 nstat_userland_to_xtcpcb_n(nstat_flow_data *flow_data, struct xtcpcb_n *xt) in nstat_userland_to_xtcpcb_n()
8207 xt->xt_len = sizeof(struct xtcpcb_n); in nstat_userland_to_xtcpcb_n()
8286 item_size += ROUNDUP64(sizeof(struct xtcpcb_n)); in nstat_userland_list_snapshot()
8302 struct xtcpcb_n *xt = (struct xtcpcb_n *) ADVANCE64(xsostats, sizeof(*xsostats)); in nstat_userland_list_snapshot()
8354 item_size += ROUNDUP64(sizeof(struct xtcpcb_n)); in ntstat_userland_list_n()