Home
last modified time | relevance | path

Searched refs:phd_epoch_ctx (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netinet/
Din_pcb.c1618 phd = __containerof(ctx, struct inpcbport, phd_epoch_ctx); in inpcbport_free()
1745 epoch_call(net_epoch_preempt, &phd->phd_epoch_ctx, inpcbport_free); in in_pcbdrop()
2606 bzero(&phd->phd_epoch_ctx, sizeof(struct epoch_context)); in in_pcbinshash_internal()
2718 epoch_call(net_epoch_preempt, &phd->phd_epoch_ctx, inpcbport_free); in in_pcbremlists()
Din_pcb.h408 struct epoch_context phd_epoch_ctx; member