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

/xnu-2422.115.4/bsd/netinet/
H A Din_pcblist.c102 static void tcpcb_to_xtcpcb_n(struct tcpcb *, struct xtcpcb_n *);
196 tcpcb_to_xtcpcb_n(struct tcpcb *tp, struct xtcpcb_n *xt)
200 xt->xt_len = sizeof (struct xtcpcb_n);
270 item_size += ROUNDUP64(sizeof (struct xtcpcb_n));
355 struct xtcpcb_n *xt = (struct xtcpcb_n *)
H A Dtcp_var.h996 struct xtcpcb_n { struct

Completed in 24 milliseconds