Home
last modified time | relevance | path

Searched refs:inpcb_gc_sched (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h917 extern void inpcb_gc_sched(struct inpcbinfo *, u_int32_t type);
H A Din_pcb.c510 inpcb_gc_sched(struct inpcbinfo *ipi, u_int32_t type) in inpcb_gc_sched() function
2063 inpcb_gc_sched(inp->inp_pcbinfo, INPCB_TIMER_FAST); in in_pcbdetach()
2997 inpcb_gc_sched(pcb->inp_pcbinfo, INPCB_TIMER_FAST); in in_pcb_checkstate()
H A Dtcp_timer.c612 inpcb_gc_sched(pcbinfo, INPCB_TIMER_LAZY); in add_to_time_wait_now()
/xnu-12377.41.6/bsd/netinet6/
H A Din6_pcb.c943 inpcb_gc_sched(inp->inp_pcbinfo, INPCB_TIMER_FAST); in in6_pcbdetach()