Searched refs:mbuf (Results 801 - 825 of 1277) sorted by relevance

<<31323334353637383940>>

/freebsd-13-stable/sys/dev/beri/virtio/network/
H A Dif_vtbe.c49 #include <sys/mbuf.h>
150 struct mbuf *m;
393 struct mbuf *m;
/freebsd-13-stable/sys/net80211/
H A Dieee80211_tdma.c45 #include <sys/mbuf.h>
119 static void tdma_recv_mgmt(struct ieee80211_node *, struct mbuf *,
331 tdma_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0,
/freebsd-13-stable/sys/netgraph/
H A Dng_eiface.c39 #include <sys/mbuf.h>
222 struct mbuf *m;
240 /* Peel the mbuf off any stale tags */
257 * Send packet; if hook is not connected, mbuf will get
286 * we would like to get the mbuf and queue it as data
580 struct mbuf *m;
H A Dng_vlan.c38 #include <sys/mbuf.h>
202 m_chk(struct mbuf **mp, int len)
522 struct mbuf *m;
/freebsd-13-stable/sys/netinet/
H A Dip_carp.c45 #include <sys/mbuf.h>
309 static void carp_input_c(struct mbuf *, struct carp_header *, sa_family_t);
452 carp_input(struct mbuf **mp, int *offp, int proto)
454 struct mbuf *m = *mp;
539 carp6_input(struct mbuf **mp, int *offp, int proto)
541 struct mbuf *m = *mp;
614 carp_source_is_self(struct mbuf *m, struct ifaddr *ifa, sa_family_t af)
645 carp_input_c(struct mbuf *m, struct carp_header *ch, sa_family_t af)
781 carp_prepare_ad(struct mbuf *m, struct carp_softc *sc, struct carp_header *ch)
917 struct mbuf *
[all...]
H A Dtcp_timewait.c47 #include <sys/mbuf.h>
384 struct mbuf *m, int tlen)
577 struct mbuf *m;
657 KASSERT(max_linkhdr + m->m_len <= MHLEN, ("tcptw: mbuf too small"));
H A Dsiftr.c74 #include <sys/mbuf.h>
639 hash_pkt(struct mbuf *m, uint32_t offset)
647 * The IP packet payload does not start in this mbuf, so
648 * need to figure out which mbuf it starts in and what offset
649 * into the mbuf's data region the payload starts at.
656 /* Ensure there is data in the mbuf */
669 * Check if a given mbuf has the SIFTR mbuf tag. If it does, log the fact that
670 * it's a reinjected packet and return. If it doesn't, tag the mbuf and return.
671 * Return value >0 means the caller should skip processing this mbuf
[all...]
/freebsd-13-stable/sys/dev/stge/
H A Dif_stge.c49 #include <sys/mbuf.h>
134 static int stge_encap(struct stge_softc *, struct mbuf **);
164 static __inline struct mbuf *stge_fixup_rx(struct stge_softc *, struct mbuf *);
1068 stge_encap(struct stge_softc *sc, struct mbuf **m_head)
1072 struct mbuf *m;
1174 struct mbuf *m_head;
1599 * mbuf and copy ethernet header to the new mbuf. The new mbuf i
[all...]
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_uath.c78 #include <sys/mbuf.h>
279 static int uath_transmit(struct ieee80211com *, struct mbuf *);
281 static int uath_raw_xmit(struct ieee80211_node *, struct mbuf *,
949 "could not allocate rx mbuf\n");
1520 uath_tx_start(struct uath_softc *sc, struct mbuf *m0, struct ieee80211_node *ni,
1650 struct mbuf *m0, struct ieee80211_node *ni)
1652 struct mbuf *m;
1670 uath_transmit(struct ieee80211com *ic, struct mbuf *m)
1696 struct mbuf *m, *next;
1775 uath_raw_xmit(struct ieee80211_node *ni, struct mbuf *
[all...]
/freebsd-13-stable/sys/dev/le/
H A Dam7990.c76 #include <sys/mbuf.h>
215 struct mbuf *m;
499 struct mbuf *m;
534 * Copy the mbuf chain into the transmit buffer.
H A Dam79900.c114 #include <sys/mbuf.h>
255 struct mbuf *m;
537 struct mbuf *m;
572 * Copy the mbuf chain into the transmit buffer.
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h100 struct mbuf *mpf; /* first mbuf in chain */
101 struct mbuf *mpl; /* last mbuf in chain */
139 struct mbuf *mp;
/freebsd-13-stable/sys/netsmb/
H A Dsmb_iod.c39 #include <sys/mbuf.h>
218 struct mbuf *m;
288 struct mbuf *m;
/freebsd-13-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c70 #include <sys/mbuf.h>
207 struct mbuf *m;
276 static int hn_transmit(struct ifnet *, struct mbuf *);
294 static void hn_xpnt_vf_input(struct ifnet *, struct mbuf *);
404 static int hn_check_iplen(const struct mbuf *, int);
405 static void hn_rxpkt_proto(const struct mbuf *, int *, int *);
425 struct hn_txdesc *, struct mbuf **);
577 /* Enable sorted LRO, and the depth of the per-channel mbuf queue */
581 &hn_lro_mbufq_depth, 0, "Depth of LRO mbuf queue");
765 static __inline struct mbuf *
[all...]
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwn.c139 static int bwn_transmit(struct ieee80211com *, struct mbuf *);
148 static int bwn_raw_xmit(struct ieee80211_node *, struct mbuf *,
212 struct mbuf **);
221 struct bwn_pio_txqueue *, uint16_t, struct mbuf *);
260 static void bwn_dma_set_redzone(struct bwn_dma_ring *, struct mbuf *);
270 static uint8_t bwn_dma_check_redzone(struct bwn_dma_ring *, struct mbuf *);
276 struct mbuf **);
329 static void bwn_rxeof(struct bwn_mac *, struct mbuf *, const void *);
332 struct mbuf *);
333 static int bwn_tx_isfull(struct bwn_softc *, struct mbuf *);
[all...]
/freebsd-13-stable/sys/dev/oce/
H A Doce_queue.c468 if (rq->pckts[i].mbuf) {
469 m_free(rq->pckts[i].mbuf);
470 rq->pckts[i].mbuf = NULL;
1100 if (pd->mbuf != NULL) {
1101 m_freem(pd->mbuf);
1102 pd->mbuf = NULL;
/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c301 nm_os_send_up(struct ifnet *ifp, struct mbuf *m, struct mbuf *prev)
308 nm_os_mbuf_has_csum_offld(struct mbuf *m)
316 nm_os_mbuf_has_seg_offld(struct mbuf *m)
322 freebsd_generic_rx_handler(struct ifnet *ifp, struct mbuf *m)
379 * so that we can decide which queue is used for an mbuf.
406 * mbuf to use for transmissions.
408 * We should add a reference to the mbuf so the m_freem() at the end
424 struct mbuf *m = a->m;
428 * Old FreeBSD versions. The mbuf ha
[all...]
/freebsd-13-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c47 #include <sys/mbuf.h>
698 ng_btsocket_sco_data_input(struct mbuf *m, hook_p hook)
996 struct mbuf *m = NULL;
1661 ng_btsocket_sco_send(struct socket *so, int flags, struct mbuf *m,
1662 struct sockaddr *nam, struct mbuf *control, struct thread *td)
1739 struct mbuf *m = NULL;
/freebsd-13-stable/sys/kern/
H A Dkern_sendfile.c45 #include <sys/mbuf.h>
93 struct mbuf *m;
166 sendfile_free_mext(struct mbuf *m)
189 sendfile_free_mext_pg(struct mbuf *m)
364 ("non-ext_pgs mbuf with TLS session"));
689 struct mbuf *m, *mh, *mhtail;
752 * into an sf_buf, attach an mbuf header to the sf_buf, and queue
763 struct mbuf *m0, *mtail;
835 * the socket buffer by the size of the header mbuf chain.
957 * Loop and construct maximum sized mbuf chai
[all...]
/freebsd-13-stable/sys/dev/sbni/
H A Dif_sbni.c68 #include <sys/mbuf.h>
527 struct mbuf *m;
691 struct mbuf *m;
735 struct mbuf *m;
843 struct mbuf *m;
847 if_printf(sc->ifp, "cannot allocate header mbuf\n");
853 * either with just an mbuf header or in a cluster attached
858 /* Attach an mbuf cluster */
880 struct mbuf *m;
/freebsd-13-stable/sys/netinet6/
H A Dnd6_nbr.c48 #include <sys/mbuf.h>
118 nd6_ns_input(struct mbuf *m, int off, int icmp6len)
407 struct mbuf *m;
617 nd6_na_input(struct mbuf *m, int off, int icmp6len)
623 struct mbuf *chain;
944 struct mbuf *m;
/freebsd-13-stable/sys/dev/my/
H A Dif_myreg.h321 struct mbuf *my_mbuf;
328 struct mbuf *my_mbuf;
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_connect.c75 struct mbuf *m)
141 struct mbuf *m)
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_tx.c50 #include <sys/mbuf.h>
130 struct ieee80211_node *ni, struct ath_buf *bf, struct mbuf *m0);
132 struct ieee80211_node *ni, struct mbuf *m0, int *tid);
183 ath_tx_gettid(struct ath_softc *sc, const struct mbuf *m0)
193 /* QoS - fetch the TID from the header, ignore mbuf WME */
222 * For non-QoS frames, return the mbuf WMI priority.
235 ath_tx_getac(struct ath_softc *sc, const struct mbuf *m0)
250 * Otherwise - return mbuf QoS pri.
278 struct mbuf *m0, struct ieee80211_node *ni)
280 struct mbuf *
[all...]
/freebsd-13-stable/sys/net/
H A Dif_vlan.c59 #include <sys/mbuf.h>
288 static void vlan_input(struct ifnet *ifp, struct mbuf *m);
307 static int vlan_transmit(struct ifnet *ifp, struct mbuf *m);
308 static int vlan_output(struct ifnet *ifp, struct mbuf *m,
824 extern void (*vlan_input_p)(struct ifnet *, struct mbuf *);
1179 vlan_transmit(struct ifnet *ifp, struct mbuf *m)
1247 vlan_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
1280 vlan_input(struct ifnet *ifp, struct mbuf *m)
1321 * the data in the mbuf. The encapsulated Ethernet

Completed in 224 milliseconds

<<31323334353637383940>>