Searched refs:mbuf (Results 1001 - 1025 of 1277) sorted by relevance

<<41424344454647484950>>

/freebsd-13-stable/sys/dev/rtwn/rtl8812a/
H A Dr12a_rom.c35 #include <sys/mbuf.h>
/freebsd-13-stable/sys/dev/rtwn/rtl8812a/usb/
H A Dr12au_attach.c35 #include <sys/mbuf.h>
/freebsd-13-stable/sys/dev/rtwn/rtl8821a/usb/
H A Dr21au_attach.c35 #include <sys/mbuf.h>
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge.h363 struct mbuf **mp,
/freebsd-13-stable/sys/dev/smc/
H A Dif_smc.c44 #include <sys/mbuf.h>
520 struct mbuf *m;
595 struct mbuf *m, *m0;
702 struct mbuf *m, *mhead, *mtail;
714 * Grab an mbuf and attach a cluster.
753 * Set the mbuf up the way we want it.
762 * allocating our mbuf.
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm_sta.c88 #include <sys/mbuf.h>
H A Dif_iwm_time_event.c118 #include <sys/mbuf.h>
/freebsd-13-stable/sys/arm/ti/
H A Dti_edma3.c39 #include <sys/mbuf.h>
/freebsd-13-stable/sys/netinet6/
H A Din6_fib.c42 #include <sys/mbuf.h>
H A Din6_fib_algo.c38 #include <sys/mbuf.h>
H A Din6_pcb.c82 #include <sys/mbuf.h>
336 * address (in mbuf 'nam') and then determine local host address
409 struct ucred *cred, struct mbuf *m, bool rehash)
1323 * Public inpcb lookup routines, accepting a 4-tuple, and optionally, an mbuf
1366 struct ifnet *ifp, struct mbuf *m)
1406 init_sin6(struct sockaddr_in6 *sin6, struct mbuf *m, int srcordst)
H A Dscope6.c39 #include <sys/mbuf.h>
/freebsd-13-stable/usr.bin/netstat/
H A Dmroute.c57 #include <sys/mbuf.h>
/freebsd-13-stable/sys/dev/netfpga10g/nf10bmac/
H A Dif_nf10bmac.c219 nf10bmac_tx_locked(struct nf10bmac_softc *sc, struct mbuf *m)
230 * double words which, after the first mbuf gets out of alignment
304 struct mbuf *m;
351 struct mbuf *m;
391 /* Hey this still fits into the mbuf+pkthdr. */
412 * We could continue until we fill the mbuf and just
/freebsd-13-stable/sys/dev/age/
H A Dif_age.c41 #include <sys/mbuf.h>
123 static int age_encap(struct age_softc *, struct mbuf **);
149 static struct mbuf *age_fixup_rx(struct ifnet *, struct mbuf *);
1489 age_encap(struct age_softc *sc, struct mbuf **m_head)
1493 struct mbuf *m;
1739 struct mbuf *m_head;
2267 static struct mbuf *
2268 age_fixup_rx(struct ifnet *ifp, struct mbuf *m)
2270 struct mbuf *
[all...]
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h84 static inline void *cplhdr(struct mbuf *m)
901 typedef int (*c4iw_handler_func)(struct c4iw_dev *dev, struct mbuf *m);
967 int c4iw_ofld_send(struct c4iw_rdev *rdev, struct mbuf *m);
/freebsd-13-stable/sys/dev/dme/
H A Dif_dme.c39 #include <sys/mbuf.h>
311 struct mbuf *m, *mp;
335 * TODO: Fix the case where an mbuf is
459 struct mbuf *m;
/freebsd-13-stable/sys/dev/firewire/
H A Dfwohci.c43 #include <sys/mbuf.h>
659 sc->atrq.ndesc = 8; /* equal to maximum of mbuf chains */
953 if (xfer->mbuf == NULL) {
959 /* XXX we can handle only 6 (=8-2) mbuf chains */
961 xfer->mbuf,
965 struct mbuf *m0;
971 m_copydata(xfer->mbuf, 0,
972 xfer->mbuf->m_pkthdr.len,
975 xfer->mbuf->m_pkthdr.len;
976 m_freem(xfer->mbuf);
[all...]
/freebsd-13-stable/sys/dev/if_ndis/
H A Dif_ndis.c44 #include <sys/mbuf.h>
163 static int ndis_raw_xmit (struct ieee80211_node *, struct mbuf *,
209 static int ndis_80211transmit(struct ieee80211com *, struct mbuf *);
1185 struct mbuf *m;
1275 struct mbuf *m;
1345 struct mbuf *m;
1370 * A frame has been uploaded: pass the resulting mbuf chain up to
1400 struct mbuf *m0, *m;
1436 * NOTE: we want to destroy the mbuf here, but
1506 struct mbuf *
[all...]
/freebsd-13-stable/sys/fs/nfs/
H A Dnfs_commonport.c92 0, "Number of mbuf realignments done");
159 newnfs_realign(struct mbuf **pm, int how)
168 * Check for badly aligned mbuf data and realign by copying the unaligned
169 * portion of the data into a new mbuf chain and freeing the portions
172 * We cannot simply realign the data within the existing mbuf chain
182 newnfs_realign(struct mbuf **pm, int how)
184 struct mbuf *m, *n;
194 * expand the mbuf chain below as needed.
205 * Align the remainder of the mbuf chain.
/freebsd-13-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c46 #include <sys/mbuf.h>
1240 ng_btsocket_l2cap_raw_send(struct socket *so, int flags, struct mbuf *m,
1241 struct sockaddr *nam, struct mbuf *control, struct thread *td)
/freebsd-13-stable/sys/dev/re/
H A Dif_re.c121 #include <sys/mbuf.h>
258 static int re_encap (struct rl_softc *, struct mbuf **);
271 (struct mbuf *);
780 struct mbuf *m0;
789 /* Allocate a single mbuf */
827 /* Put some data in the mbuf */
1945 struct mbuf *m;
2009 struct mbuf *m;
2061 re_fixup_rx(struct mbuf *m)
2162 * across multiple 2K mbuf cluste
[all...]
/freebsd-13-stable/sys/sys/
H A Dsyscallsubr.h52 struct mbuf;
251 enum uio_seg fromseg, struct mbuf **controlp);
273 struct mbuf *control, enum uio_seg segflg);
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_zyd.c37 #include <sys/mbuf.h>
154 static int zyd_tx_start(struct zyd_softc *, struct mbuf *,
156 static int zyd_transmit(struct ieee80211com *, struct mbuf *);
158 static int zyd_raw_xmit(struct ieee80211_node *, struct mbuf *,
426 struct mbuf *m;
2153 struct mbuf *m;
2178 /* allocate a mbuf to store the frame */
2189 DPRINTF(sc, ZYD_DEBUG_RECV, "%s: could not allocate rx mbuf\n",
2227 struct mbuf *m;
2356 struct mbuf *
[all...]
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h179 typedef struct mbuf mb_t;
187 struct mbuf;
191 int (*if_output)(struct ifnet *, struct mbuf *,

Completed in 185 milliseconds

<<41424344454647484950>>