MCPcopy Create free account
hub / github.com/F-Stack/f-stack / iflib_rem_pfil

Function iflib_rem_pfil

freebsd/net/iflib.c:4630–4643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4628}
4629
4630static void
4631iflib_rem_pfil(if_ctx_t ctx)
4632{
4633 struct pfil_head *pfil;
4634 iflib_rxq_t rxq;
4635 int i;
4636
4637 rxq = ctx->ifc_rxqs;
4638 pfil = rxq->pfil;
4639 for (i = 0; i < NRXQSETS(ctx); i++, rxq++) {
4640 rxq->pfil = NULL;
4641 }
4642 pfil_head_unregister(pfil);
4643}
4644
4645static uint16_t
4646get_ctx_core_offset(if_ctx_t ctx)

Callers 1

iflib_device_deregisterFunction · 0.85

Calls 1

pfil_head_unregisterFunction · 0.85

Tested by

no test coverage detected