Home
last modified time | relevance | path

Searched refs:m_devget (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/sys/netgraph/
H A Dng_async.c476 if (!(m = m_devget(sc->abuf, alen, 0, rcvif, NULL))) { in nga_rcv_sync()
540 if ((n = m_devget(sc->sbuf + skip, in nga_rcv_async()
H A Dng_socket.c978 m = m_devget((caddr_t)msg, sizeof(struct ng_mesg) + msg->header.arglen, in ngs_rcvmsg()
/freebsd-13.1/sys/dev/dpaa/
H A Dif_dtsec_im.c78 m = m_devget(data, length, 0, sc->sc_ifnet, NULL); in dtsec_im_fm_port_rx_callback()
/freebsd-13.1/sys/dev/ppbus/
H A Dif_plip.c582 top = m_devget(sc->sc_ifbuf + CLPIPHDRLEN, len, 0, sc->sc_ifp, in lp_intr()
635 top = m_devget(sc->sc_ifbuf + LPIPHDRLEN, len, 0, sc->sc_ifp, in lp_intr()
/freebsd-13.1/sys/dev/iicbus/
H A Dif_ic.c310 top = m_devget(sc->ic_ifbuf + ICHDRLEN, len, 0, sc->ic_ifp, 0); in icintr()
/freebsd-13.1/sys/net/
H A Dpfil.c124 if ((m = m_devget(p->mem, PFIL_LENGTH(flags), 0, ifp, NULL)) == NULL) in pfil_realloc()
/freebsd-13.1/sys/dev/rl/
H A Dif_rl.c1204 m = m_devget(rxbufpos, total_len, RL_ETHER_ALIGN, ifp, in rl_rxeof()
1211 m = m_devget(rxbufpos, total_len, RL_ETHER_ALIGN, ifp, in rl_rxeof()
/freebsd-13.1/sys/sys/
H A Dmbuf.h828 struct mbuf *m_devget(char *, int, int, struct ifnet *,
/freebsd-13.1/sys/dev/lge/
H A Dif_lge.c927 m0 = m_devget(mtod(m, char *), total_len, ETHER_ALIGN,
/freebsd-13.1/sys/dev/ntb/
H A Dntb_transport.c1020 entry->buf = (void *)m_devget(offset, len, 0, ifp, NULL); in ntb_memcpy_rx()
/freebsd-13.1/sys/dev/my/
H A Dif_my.c1127 m = m_devget(mtod(cur_rx->my_mbuf, char *), in my_rxeof()
/freebsd-13.1/sys/dev/mge/
H A Dif_mge.c1355 mb = m_devget(dw->buffer->m_data, in mge_intr_rx_locked()
/freebsd-13.1/sys/kern/
H A Duipc_mbuf.c1085 m_devget(char *buf, int totlen, int off, struct ifnet *ifp, in m_devget() function
/freebsd-13.1/sys/dev/ae/
H A Dif_ae.c1907 m = m_devget(&rxd->data[0], size, ETHER_ALIGN, ifp, NULL); in ae_rxeof()
/freebsd-13.1/share/man/man9/
H A DMakefile1441 mbuf.9 m_devget.9 \
/freebsd-13.1/sys/dev/ale/
H A Dif_ale.c2535 m = m_devget((char *)(rs + 1), length - ETHER_CRC_LEN, in ale_rxeof()
/freebsd-13.1/sys/dev/netmap/
H A Dnetmap.c1207 m = m_devget(NMB(na, slot), slot->len, 0, na->ifp, NULL); in netmap_grab_packets()
/freebsd-13.1/sys/dev/dc/
H A Dif_dc.c2957 m0 = m_devget(mtod(m, char *), total_len, in dc_rxeof()