Home
last modified time | relevance | path

Searched refs:detaching (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/crypto/ccp/
H A Dccp.c213 sc->detaching = true; in ccp_detach()
457 if (sc->detaching) { in ccp_newsession()
727 db_printf(" detaching: %d\n", (int)sc->detaching); in db_show_ccp_sc()
H A Dccp.h140 bool detaching; member
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dscheduler.rst24 for attaching/detaching workers, set/get scheduling modes, and enable/disable
/f-stack/freebsd/net/
H A Dif.c3698 if_delmulti_locked(struct ifnet *ifp, struct ifmultiaddr *ifma, int detaching) in if_delmulti_locked() argument
3718 if (detaching) { in if_delmulti_locked()
3735 if (ifp != NULL && detaching == 0 && (ifma->ifma_flags & IFMA_F_ENQUEUED)) { in if_delmulti_locked()
3747 if (detaching) in if_delmulti_locked()
/f-stack/freebsd/kern/
H A Ddevice_if.m241 * driver does not support detaching.
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst23 When detaching the mbuf, we can now retrieve this direct mbuf as the
865 private size into account when attaching and detaching mbufs.
H A Drelease_16_07.rst285 * **mbuf: Fixed refcnt update when detaching.**
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2099 Before detaching a port, the port should be stopped and closed.
2430 Before detaching a device associated with ports, the ports should be stopped and closed.