Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Din_pcblist.c105 static void tcpcb_to_xtcpcb_n(struct tcpcb *, struct xtcpcb_n *);
213 tcpcb_to_xtcpcb_n(struct tcpcb *tp, struct xtcpcb_n *xt) in tcpcb_to_xtcpcb_n()
215 xt->xt_len = sizeof(struct xtcpcb_n); in tcpcb_to_xtcpcb_n()
291 item_size += ROUNDUP64(sizeof(struct xtcpcb_n)); in get_pcblist_n()
405 struct xtcpcb_n *xt = (struct xtcpcb_n *) in get_pcblist_n()
H A Dtcp_var.h1368 struct xtcpcb_n { struct
/xnu-8020.101.4/bsd/net/
H A Dntstat.c7095 nstat_userland_to_xtcpcb_n(nstat_flow_data *flow_data, struct xtcpcb_n *xt) in nstat_userland_to_xtcpcb_n()
7098 xt->xt_len = sizeof(struct xtcpcb_n); in nstat_userland_to_xtcpcb_n()
7174 item_size += ROUNDUP64(sizeof(struct xtcpcb_n)); in nstat_userland_list_snapshot()
7190 struct xtcpcb_n *xt = (struct xtcpcb_n *) ADVANCE64(xsostats, sizeof(*xsostats)); in nstat_userland_list_snapshot()
7242 item_size += ROUNDUP64(sizeof(struct xtcpcb_n)); in ntstat_userland_list_n()