Searched refs:M_WRITABLE (Results 26 - 45 of 45) sorted by relevance

12

/freebsd-11-stable/sys/dev/gem/
H A Dif_gem.c1123 if (M_WRITABLE(*m_head) == 0) {
/freebsd-11-stable/sys/dev/vge/
H A Dif_vge.c1827 if (M_WRITABLE(m) == 0) {
/freebsd-11-stable/sys/dev/vr/
H A Dif_vr.c1819 if (M_WRITABLE(m) == 0) {
/freebsd-11-stable/sys/dev/sis/
H A Dif_sis.c1773 if (M_WRITABLE(m) == 0) {
/freebsd-11-stable/sys/dev/mge/
H A Dif_mge.c1780 if (M_WRITABLE(m0) == 0) {
/freebsd-11-stable/sys/net/
H A Dif_bridge.c3115 KASSERT(M_WRITABLE(*mp), ("%s: modifying a shared mbuf", __func__));
H A Diflib.c2816 M_WRITABLE(m) == 0) {
3186 if (!M_WRITABLE(*m_head)) {
/freebsd-11-stable/sys/netinet/
H A Dtcp_subr.c934 } else if (!M_WRITABLE(m)) {
/freebsd-11-stable/share/man/man9/
H A DMakefile1156 mbuf.9 M_WRITABLE.9
/freebsd-11-stable/sys/netinet6/
H A Dicmp6.c552 if (!M_WRITABLE(n)
/freebsd-11-stable/sys/dev/age/
H A Dif_age.c1520 if (M_WRITABLE(m) == 0) {
/freebsd-11-stable/sys/dev/ale/
H A Dif_ale.c1636 if (M_WRITABLE(m) == 0) {
/freebsd-11-stable/sys/dev/jme/
H A Dif_jme.c1711 if (M_WRITABLE(*m_head) == 0) {
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxp.c1452 if (M_WRITABLE(*m_head) == 0) {
/freebsd-11-stable/sys/dev/re/
H A Dif_re.c2745 if (M_WRITABLE(*m_head) == 0) {
/freebsd-11-stable/sys/dev/msk/
H A Dif_msk.c2663 if (M_WRITABLE(m) == 0) {
/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c2720 if (M_WRITABLE(m) == 0) {
/freebsd-11-stable/sys/dev/e1000/
H A Dif_em.c1954 if (M_WRITABLE(*m_headp) == 0) {
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c752 KASSERT(M_WRITABLE(m_head), ("TSO mbuf not writable"));
/freebsd-11-stable/sys/dev/bce/
H A Dif_bce.c7260 if (M_WRITABLE(*m_head) == 0) {

Completed in 322 milliseconds

12