Searched refs:mbuf (Results 376 - 400 of 1277) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/dev/rtwn/rtl8812a/usb/
H A Dr12au_tx.c35 #include <sys/mbuf.h>
/freebsd-13-stable/sys/dev/rtwn/rtl8821a/
H A Dr21a_beacon.c35 #include <sys/mbuf.h>
H A Dr21a_fw.c35 #include <sys/mbuf.h>
H A Dr21a_led.c35 #include <sys/mbuf.h>
H A Dr21a_rx.c35 #include <sys/mbuf.h>
/freebsd-13-stable/sys/dev/rtwn/rtl8821a/usb/
H A Dr21au_init.c35 #include <sys/mbuf.h>
/freebsd-13-stable/sys/dev/rtwn/usb/
H A Drtwn_usb_var.h42 struct mbuf *m;
/freebsd-13-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsscop.h43 #define SSCOP_MBUF_T mbuf
/freebsd-13-stable/sys/netinet6/
H A Din6_rss.c42 #include <sys/mbuf.h>
200 * Do a software calculation of the RSS for the given mbuf.
209 * the mbuf already had a valid RSS flowid.
211 * This function doesn't modify the mbuf. It's up to the caller to
215 rss_mbuf_software_hash_v6(const struct mbuf *m, int dir, uint32_t *hashval,
238 * First, validate that the mbuf we have is long enough
242 RSS_DEBUG("short mbuf pkthdr\n");
246 RSS_DEBUG("short mbuf len\n");
290 * If the mbuf flowid/flowtype matches the packet type,
399 struct mbuf *
[all...]
H A Dip6_fastfwd.c35 #include <sys/mbuf.h>
60 struct mbuf *m)
91 struct mbuf*
92 ip6_tryforward(struct mbuf *m)
177 * M_IP6_NEXTHOP flag is set and fwd_tag is attached to mbuf.
238 * M_IP6_NEXTHOP flag is set and fwd_tag is attached to mbuf.
H A Dip6_input.c78 #include <sys/mbuf.h>
207 static int ip6_hopopts_input(u_int32_t *, u_int32_t *, struct mbuf **, int *);
406 ip6_input_hbh(struct mbuf **mp, uint32_t *plen, uint32_t *rtalert, int *off,
409 struct mbuf *m;
443 /* ip6_hopopts_input() ensures that mbuf is contiguous */
483 ip6_direct_input(struct mbuf *m)
533 ip6_input(struct mbuf *m)
573 * mbuf statistics
596 * L2 bridge code and some other code can return mbuf chain
601 struct mbuf *
[all...]
/freebsd-13-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_pie.c49 #include <sys/mbuf.h>
340 __inline static struct mbuf *
344 struct mbuf *m = q->mq.head;
615 static struct mbuf *
618 struct mbuf *m;
689 pie_enqueue(struct fq_pie_flow *q, struct mbuf* m, struct fq_pie_si *si)
733 /* Add TS to mbuf as a TAG */
765 struct mbuf *m = q->mq.head;
788 fq_pie_classify_flow(struct mbuf *m, uint16_t fcount, struct fq_pie_si *si)
862 struct mbuf *
932 struct mbuf *mbuf; local
[all...]
H A Ddn_sched_prio.c38 #include <sys/mbuf.h>
87 prio_enqueue(struct dn_sch_inst *_si, struct dn_queue *q, struct mbuf *m)
115 static struct mbuf *
119 struct mbuf *m;
H A Ddn_sched_rr.c39 #include <sys/mbuf.h>
152 rr_enqueue(struct dn_sch_inst *_si, struct dn_queue *q, struct mbuf *m)
177 static struct mbuf *
186 struct mbuf *m = rrq->q.mq.head;
H A Ddn_aqm_codel.c40 #include <sys/mbuf.h>
191 struct mbuf *
195 struct mbuf *m = q->mq.head;
224 aqm_codel_enqueue(struct dn_queue *q, struct mbuf *m)
276 static struct mbuf *
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_bcopy.c42 struct mbuf *mb, const struct sdp_bsdh *h)
107 sdp_nagle_off(struct sdp_sock *ssk, struct mbuf *mb)
168 struct mbuf *mb;
208 struct mbuf *n;
/freebsd-13-stable/usr.bin/netstat/
H A DMakefile7 SRCS= if.c inet.c main.c mbuf.c mroute.c netisr.c nl_symbols.c route.c \
/freebsd-13-stable/sys/netgraph/atm/sscfu/
H A Dng_sscfu.c41 #include <sys/mbuf.h>
166 struct mbuf *);
168 struct mbuf *, u_int);
401 struct mbuf *m;
426 sscfu_send_upper(struct sscfu *sscf, void *p, enum saal_sig sig, struct mbuf *m)
460 struct mbuf *m;
492 struct mbuf *m, u_int arg)
/freebsd-13-stable/sys/netgraph/
H A Dng_vjc.c54 #include <sys/mbuf.h>
100 static struct mbuf *ng_vjc_pulluphdrs(struct mbuf *m, int knownTCP);
403 struct mbuf *m;
443 struct mbuf *hm;
454 /* Pull up the necessary amount from the mbuf */
476 /* Copy the reconstructed TCP/IP headers into a new mbuf */
590 static struct mbuf *
591 ng_vjc_pulluphdrs(struct mbuf *m, int knownTCP)
H A Dng_deflate.c39 #include <sys/mbuf.h>
85 static int ng_deflate_compress(node_p, struct mbuf *, struct mbuf **);
86 static int ng_deflate_decompress(node_p, struct mbuf *, struct mbuf **);
327 struct mbuf *m, *out;
416 * Compress/encrypt a packet and put the result in a new mbuf at *resultp.
417 * The original mbuf is not free'd.
420 ng_deflate_compress(node_p node, struct mbuf *m, struct mbuf **result
[all...]
H A Dng_pred1.c39 #include <sys/mbuf.h>
94 static int ng_pred1_compress(node_p node, struct mbuf *m,
95 struct mbuf **resultp);
96 static int ng_pred1_decompress(node_p node, struct mbuf *m,
97 struct mbuf **resultp);
303 struct mbuf *m, *out;
378 * Compress/encrypt a packet and put the result in a new mbuf at *resultp.
379 * The original mbuf is not free'd.
382 ng_pred1_compress(node_p node, struct mbuf *m, struct mbuf **result
[all...]
/freebsd-13-stable/sys/rpc/
H A Dsvc.h99 struct mbuf;
105 struct sockaddr **, struct mbuf **);
112 struct sockaddr *, struct mbuf *, uint32_t *);
212 int (*svc_ah_wrap)(struct __rpc_svcauth *, struct mbuf **);
213 int (*svc_ah_unwrap)(struct __rpc_svcauth *, struct mbuf **);
272 struct mbuf *rq_args; /* XDR-encoded procedure arguments */
639 extern bool_t svc_sendreply_mbuf(struct svc_req *, struct mbuf *);
/freebsd-13-stable/sys/dev/ffec/
H A Dif_ffec.c64 #include <sys/mbuf.h>
147 struct mbuf *mbuf; member in struct:ffec_bufmap
624 ffec_setup_txbuf(struct ffec_softc *sc, int idx, struct mbuf **mp)
626 struct mbuf * m;
642 sc->txbuf_map[idx].mbuf = m;
653 struct mbuf *m;
727 m_freem(bmap->mbuf);
728 bmap->mbuf = NULL;
767 ffec_setup_rxbuf(struct ffec_softc *sc, int idx, struct mbuf *
[all...]
/freebsd-13-stable/sys/net80211/
H A Dieee80211_radiotap.c38 #include <sys/mbuf.h>
190 spam_vaps(struct ieee80211vap *vap0, struct mbuf *m,
209 ieee80211_radiotap_tx(struct ieee80211vap *vap0, struct mbuf *m)
231 ieee80211_radiotap_rx(struct ieee80211vap *vap0, struct mbuf *m)
257 ieee80211_radiotap_rx_all(struct ieee80211com *ic, struct mbuf *m)
H A Dieee80211_input.c36 #include <sys/mbuf.h>
88 ieee80211_input_mimo(struct ieee80211_node *ni, struct mbuf *m)
92 /* try to read stats from mbuf */
105 ieee80211_input_all(struct ieee80211com *ic, struct mbuf *m, int rssi, int nf)
120 ieee80211_input_mimo_all(struct ieee80211com *ic, struct mbuf *m)
130 struct mbuf *mcopy;
162 if (m != NULL) /* no vaps, reclaim mbuf */
172 struct mbuf *
173 ieee80211_defrag(struct ieee80211_node *ni, struct mbuf *m, int hdrspace)
181 struct mbuf *mfra
[all...]

Completed in 196 milliseconds

<<11121314151617181920>>