Searched refs:mbuf (Results 676 - 700 of 1277) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/sys/netinet/
H A Dudp_usrreq.c57 #include <sys/mbuf.h>
167 static int udp_output(struct inpcb *, struct mbuf *, struct sockaddr *,
168 struct mbuf *, struct thread *, int);
284 * Subroutine of udp_input(), which appends the provided mbuf chain to the
300 udp_append(struct inpcb *inp, struct ip *ip, struct mbuf *n, int off,
305 struct mbuf *tmpopts, *opts = NULL;
393 udp_input(struct mbuf **mp, int *offp, int proto)
403 struct mbuf *m;
424 * Get IP and UDP header together in first mbuf.
457 * Make mbuf dat
[all...]
/freebsd-13-stable/sys/net/
H A Diflib.c99 * enable accounting of every mbuf as it comes in to and goes out of
104 * Enable mbuf vectors for compressing long mbuf chains
114 * - small packet forwarding which is just returning a single mbuf to
279 struct mbuf **ifsd_m; /* pkthdr mbufs */
287 struct mbuf **ifsd_m; /* pkthdr mbufs */
705 static int iflib_altq_if_transmit(if_t ifp, struct mbuf *m);
719 static struct mbuf * iflib_fixup_rx(struct mbuf *m);
1658 * mbuf ma
[all...]
H A Dif_bridgevar.h318 extern void (*bridge_dn_p)(struct mbuf *, struct ifnet *);
/freebsd-13-stable/contrib/smbfs/lib/smb/
H A Drq.c91 struct mbuf *m;
/freebsd-13-stable/contrib/traceroute/
H A Dfindsaddr-socket.c53 struct mbuf;
/freebsd-13-stable/contrib/ipfilter/
H A Dip_fil.c28 static int no_output(struct ifnet *, struct mbuf *,
30 static int write_output(struct ifnet *, struct mbuf *,
115 struct mbuf *m;
126 struct mbuf *m;
/freebsd-13-stable/sys/dev/nge/
H A Dif_ngereg.h568 struct mbuf *tx_m;
573 struct mbuf *rx_m;
661 struct mbuf *nge_head;
662 struct mbuf *nge_tail;
/freebsd-13-stable/sys/dev/ath/ath_dfs/null/
H A Ddfs_null.c175 * The mbuf is not "ours" and if we want a copy, we have
179 ath_dfs_process_phy_err(struct ath_softc *sc, struct mbuf *m,
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c587 * Generate a DSGL from a starting mbuf. The total number of segments and the
588 * maximum segments in any one mbuf are provided.
591 write_tx_sgl(void *dst, struct mbuf *start, struct mbuf *stop, int nsegs, int n)
593 struct mbuf *m;
648 * and linked together with m_next. sb_sndptr, if set, is the last mbuf that
661 struct mbuf *sndptr, *m, *sb_sndptr;
723 max_nsegs_1mbuf = 0; /* max # of SGL segments in any one mbuf */
750 /* This mbuf sent us _over_ the nsegs limit, back out */
777 /* This mbuf pu
[all...]
/freebsd-13-stable/sys/dev/ena/
H A Dena.c42 #include <sys/mbuf.h>
780 m_freem(tx_ring->tx_buffer_info[i].mbuf);
781 tx_ring->tx_buffer_info[i].mbuf = NULL;
937 m_freem(rx_ring->rx_buffer_info[i].mbuf);
938 rx_ring->rx_buffer_info[i].mbuf = NULL;
1009 if (unlikely(rx_info->mbuf != NULL))
1012 /* Get mbuf using UMA allocator */
1013 rx_info->mbuf = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR,
1016 if (unlikely(rx_info->mbuf == NULL)) {
1018 rx_info->mbuf
[all...]
/freebsd-13-stable/sys/dev/hifn/
H A Dhifn7751var.h238 * mbuf
240 * Either fill in the mbuf pointer and npa=0 or
275 struct mbuf *dst_m;
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_led.c54 #include <sys/mbuf.h>
/freebsd-13-stable/sys/dev/wtap/
H A Dif_wtap_module.c38 #include <sys/mbuf.h>
/freebsd-13-stable/sys/dev/xdma/
H A Dxdma_iommu.c43 #include <sys/mbuf.h>
/freebsd-13-stable/sys/net/altq/
H A Daltq_rmclass.h52 typedef struct mbuf mbuf_t;
/freebsd-13-stable/sys/net/route/
H A Dmpath_ctl.c40 #include <sys/mbuf.h>
H A Dnhop_utils.c37 #include <sys/mbuf.h>
/freebsd-13-stable/sys/net80211/
H A Dieee80211_alq.c44 #include <sys/mbuf.h>
/freebsd-13-stable/sys/netgraph/atm/uni/
H A Dng_uni_cust.h43 #include <sys/mbuf.h>
/freebsd-13-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c52 #include <sys/mbuf.h>
380 /* Append char to mbuf */
528 struct mbuf *m = NULL;
540 NG_H4_ERR("%s: %s - could not get mbuf\n",
573 struct mbuf *m = NULL;
585 /* Remove first mbuf from queue */
607 /* Put remainder of mbuf chain (if any) back on queue */
784 struct mbuf *m = NULL;
799 NG_H4_ERR("%s: %s - dropping mbuf, len=%d\n", __func__,
811 NG_H4_INFO("%s: %s - queue mbuf, le
[all...]
/freebsd-13-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_intel.c44 #include <sys/mbuf.h>
/freebsd-13-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c40 #include <sys/mbuf.h>
258 struct mbuf *m = con->tx_pkt->m_nextpkt;
594 struct mbuf *
595 ng_l2cap_prepend(struct mbuf *m, int size)
/freebsd-13-stable/sys/netgraph/
H A Dng_async.c52 #include <sys/mbuf.h>
407 struct mbuf *m;
448 /* Initialize async encoded version of input mbuf */
475 /* Put frame in an mbuf and ship it off */
495 struct mbuf *m;
504 struct mbuf *n;
H A Dng_cisco.c50 #include <sys/mbuf.h>
345 struct mbuf *m;
444 struct mbuf *m;
598 struct mbuf *m;
H A Dng_hole.c52 #include <sys/mbuf.h>

Completed in 292 milliseconds

<<21222324252627282930>>