Searched refs:mbuf (Results 351 - 375 of 1277) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/dev/vge/
H A Dif_vgevar.h91 struct mbuf *tx_m;
98 struct mbuf *rx_m;
123 struct mbuf *vge_head;
124 struct mbuf *vge_tail;
/freebsd-13-stable/sys/dev/wpi/
H A Dif_wpivar.h64 struct mbuf *m;
84 struct mbuf *m;
119 struct mbuf *m;
137 struct mbuf *, int,
/freebsd-13-stable/sys/dev/xdma/
H A Dxdma.h104 struct mbuf *m;
258 int xdma_dequeue_mbuf(xdma_channel_t *xchan, struct mbuf **m,
260 int xdma_enqueue_mbuf(xdma_channel_t *xchan, struct mbuf **m, uintptr_t addr,
274 uint32_t xdma_mbuf_chain_count(struct mbuf *m0);
/freebsd-13-stable/sys/net/altq/
H A Daltq_fairq.c70 * mbuf->m_pkthdr.altq_state_hash) and bucketize it. Fairly extract
96 #include <sys/mbuf.h>
123 static int fairq_enqueue(struct ifaltq *, struct mbuf *, struct altq_pktattr *);
124 static struct mbuf *fairq_dequeue(struct ifaltq *, int);
126 static int fairq_addq(struct fairq_class *, struct mbuf *, u_int32_t);
127 static struct mbuf *fairq_getq(struct fairq_class *, uint64_t);
128 static struct mbuf *fairq_pollq(struct fairq_class *, uint64_t, int *);
482 fairq_enqueue(struct ifaltq *ifq, struct mbuf *m, struct altq_pktattr *pktattr)
516 /* drop occurred. mbuf was freed in fairq_addq. */
534 static struct mbuf *
[all...]
/freebsd-13-stable/sys/net/
H A Drss_config.c42 #include <sys/mbuf.h>
398 struct mbuf *
399 rss_m2cpuid(struct mbuf *m, uintptr_t source, u_int *cpuid)
408 rss_m2bucket(struct mbuf *m, uint32_t *bucket_id)
H A Dslcompress.h154 u_int sl_compress_tcp(struct mbuf *, struct ip *, struct slcompress *, int);
/freebsd-13-stable/sys/net80211/
H A Dieee80211_tdma.h86 struct mbuf *, int,
/freebsd-13-stable/sys/netgraph/
H A Dng_echo.c54 #include <sys/mbuf.h>
/freebsd-13-stable/sys/netinet/
H A Din_rss.c42 #include <sys/mbuf.h>
197 * Do a software calculation of the RSS for the given mbuf.
206 * the mbuf already had a valid RSS flowid.
208 * This function doesn't modify the mbuf. It's up to the caller to
212 rss_mbuf_software_hash_v4(const struct mbuf *m, int dir, uint32_t *hashval,
233 * First, validate that the mbuf we have is long enough
237 RSS_DEBUG("short mbuf pkthdr\n");
241 RSS_DEBUG("short mbuf len\n");
259 * If the mbuf flowid/flowtype matches the packet type,
376 struct mbuf *
[all...]
/freebsd-13-stable/sys/mips/cavium/
H A Dcvmx_config.h50 #include <sys/mbuf.h>
/freebsd-13-stable/sys/rpc/
H A Dreplay.c38 #include <sys/mbuf.h>
50 struct mbuf *rce_repbody;
178 struct sockaddr *addr, struct rpc_msg *repmsg, struct mbuf **mp)
232 struct rpc_msg *repmsg, struct sockaddr *addr, struct mbuf *m)
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_runvar.h90 struct mbuf *m;
119 struct mbuf *beacon_mbuf;
124 struct mbuf *, int,
236 struct mbuf *rx_m;
/freebsd-13-stable/sys/dev/rtwn/rtl8188e/
H A Dr88e_beacon.c25 #include <sys/mbuf.h>
H A Dr88e_led.c29 #include <sys/mbuf.h>
H A Dr88e_rf.c29 #include <sys/mbuf.h>
H A Dr88e_tx.c29 #include <sys/mbuf.h>
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_fw.c29 #include <sys/mbuf.h>
H A Dr92ce_led.c29 #include <sys/mbuf.h>
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/
H A Dr92c_attach.c29 #include <sys/mbuf.h>
H A Dr92c_llt.c29 #include <sys/mbuf.h>
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_led.c29 #include <sys/mbuf.h>
H A Dr92cu_tx.c25 #include <sys/mbuf.h>
/freebsd-13-stable/sys/dev/rtwn/rtl8192e/
H A Dr92e_led.c35 #include <sys/mbuf.h>
/freebsd-13-stable/sys/dev/rtwn/rtl8812a/
H A Dr12a_led.c35 #include <sys/mbuf.h>
/freebsd-13-stable/sys/dev/rtwn/rtl8812a/usb/
H A Dr12au_rx.c35 #include <sys/mbuf.h>

Completed in 121 milliseconds

<<11121314151617181920>>