Searched refs:xtcpcb_n (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcblist.c101 void tcpcb_to_xtcpcb_n(struct tcpcb *, struct xtcpcb_n *);
195 tcpcb_to_xtcpcb_n(struct tcpcb *tp, struct xtcpcb_n *xt)
199 xt->xt_len = sizeof(struct xtcpcb_n);
270 item_size += ROUNDUP64(sizeof(struct xtcpcb_n));
348 struct xtcpcb_n *xt = (struct xtcpcb_n *)ADVANCE64(xsostats, sizeof(*xsostats));
H A Dtcp_var.h860 struct xtcpcb_n { struct

Completed in 12 milliseconds