Searched refs:mbuf (Results 476 - 500 of 1277) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/dev/cxgbe/
H A Dadapter.h342 struct mbuf *m; /* m_nextpkt linked chain of frames */
391 struct mbuf *);
540 struct mbuf *m0;
541 struct mbuf **pnext;
569 struct mbuf *mb[15];
1237 int t6_ktls_parse_pkt(struct mbuf *, int *, int *);
1238 int t6_ktls_write_wr(struct sge_txq *, void *, struct mbuf *, u_int, u_int);
1293 struct mbuf *alloc_wr_mbuf(int, int);
1294 int parse_pkt(struct mbuf **, bool);
1303 int ethofld_transmit(struct ifnet *, struct mbuf *);
[all...]
H A Dt4_sge.c40 #include <sys/mbuf.h>
89 /* Internal mbuf flags stored in PH_loc.eight[1]. */
209 "Number of mbuf pullups performed");
213 "Number of mbuf defrags performed");
234 static struct mbuf *get_fl_payload(struct adapter *, struct sge_fl *, uint32_t);
287 static inline void get_pkt_gl(struct mbuf *, struct sglist *);
290 static inline void calculate_mbuf_len16(struct mbuf *, bool);
293 static u_int write_raw_wr(struct sge_txq *, void *, struct mbuf *, u_int);
294 static u_int write_txpkt_wr(struct adapter *, struct sge_txq *, struct mbuf *,
297 struct mbuf *);
[all...]
H A Dt4_tracer.c40 #include <sys/mbuf.h>
93 static int tracer_transmit(struct ifnet *, struct mbuf *);
410 t4_trace_pkt(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m)
432 t5_trace_pkt(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m)
494 tracer_transmit(struct ifnet *ifp, struct mbuf *m)
/freebsd-13-stable/usr.sbin/ppp/
H A DMakefile11 mbuf.c mp.c ncp.c ncpaddr.c pap.c physical.c pred.c probe.c prompt.c \
H A Dpap.c45 #include "mbuf.h"
89 struct mbuf *bp;
119 struct mbuf *bp;
181 struct mbuf *
182 pap_Input(struct bundle *bundle, struct link *l, struct mbuf *bp)
/freebsd-13-stable/sys/netinet6/
H A Dmld6_var.h89 * MLD-specific mbuf flags.
92 #define M_GROUPREC M_PROTO3 /* mbuf chain is a group record */
98 * that a fully formed mbuf chain *without* the Router Alert option
102 * We now put the MLDv2 report header in the initial mbuf containing
170 int mld_input(struct mbuf **, int, int);
H A Dicmp6.c79 #include <sys/mbuf.h>
141 static int icmp6_rip6_input(struct mbuf **, int);
142 static void icmp6_reflect(struct mbuf *, size_t);
146 static struct mbuf *ni6_input(struct mbuf *, int, struct prison *);
147 static struct mbuf *ni6_nametodns(const char *, int, int);
149 static int ni6_addrs(struct icmp6_nodeinfo *, struct mbuf *,
153 static int icmp6_notify_error(struct mbuf **, int, int, int);
230 icmp6_error2(struct mbuf *m, int type, int code, int param,
259 icmp6_error(struct mbuf *
[all...]
H A Draw_ip6.c77 #include <sys/mbuf.h>
153 int (*ip6_mforward)(struct ip6_hdr *, struct ifnet *, struct mbuf *);
158 * pass them along with mbuf chain.
161 rip6_input(struct mbuf **mp, int *offp, int proto)
164 struct mbuf *m = *mp;
168 struct mbuf *opts = NULL;
193 struct mbuf *n = m_copym(m, 0, M_COPYALL, M_NOWAIT);
270 * traffic without having to inspect the mbuf chain
392 rip6_output(struct mbuf *m, struct socket *so, ...)
395 struct mbuf *contro
[all...]
/freebsd-13-stable/sys/netipsec/
H A Dipsec_mod.c39 #include <sys/mbuf.h>
/freebsd-13-stable/sys/netpfil/ipfw/
H A Ddn_sched_wf2q.c40 #include <sys/mbuf.h>
137 wf2qp_enqueue(struct dn_sch_inst *_si, struct dn_queue *q, struct mbuf *m)
192 static struct mbuf *
197 struct mbuf *m;
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx_pcib.c38 #include <sys/mbuf.h>
/freebsd-13-stable/sys/dev/mxge/
H A Dif_mxge_var.h137 struct mbuf *m;
142 struct mbuf *m;
344 int mxge_lro_rx(struct mxge_slice_state *ss, struct mbuf *m_head,
/freebsd-13-stable/sys/dev/dpaa/
H A Dif_dtsec_im.c37 #include <sys/mbuf.h>
73 struct mbuf *m;
228 struct mbuf *m;
/freebsd-13-stable/sys/net/
H A Ddebugnet.c122 * m The mbuf containing the packet to be sent (will be freed by
133 debugnet_ether_output(struct mbuf *m, struct ifnet *ifp, struct ether_addr dst,
159 * Unreliable transmission of an mbuf chain to the debugnet server
165 * m mbuf chain
171 debugnet_udp_output(struct debugnet_pcb *pcb, struct mbuf *m)
198 struct mbuf *m;
220 debugnet_mbuf_free(struct mbuf *m __unused)
244 struct mbuf *m, *m2;
276 * Get and fill a header mbuf, then chain data as an extended
277 * mbuf
[all...]
H A Dieee8023ad_lacp.h294 struct mbuf *lacp_input(struct lagg_port *, struct mbuf *);
295 struct lagg_port *lacp_select_tx_port(struct lagg_softc *, struct mbuf *,
/freebsd-13-stable/sys/netinet/
H A Dip_icmp.c41 #include <sys/mbuf.h>
178 static void icmp_reflect(struct mbuf *);
179 static void icmp_send(struct mbuf *, struct mbuf *);
204 icmp_error(struct mbuf *n, int type, int code, uint32_t dest, int mtu)
208 struct mbuf *m;
228 /* Drop if IP header plus 8 bytes is not contiguous in first mbuf. */
249 * prevent the ICMP mbuf from overflowing.
369 * Set up ICMP message mbuf and copy old IP header (without options
371 * If the original mbuf wa
[all...]
/freebsd-13-stable/sys/mips/cavium/octe/
H A Dethernet-tx.c39 #include <sys/mbuf.h>
50 /* You can define GET_MBUF_QOS() to override how the mbuf output function
66 int cvm_oct_xmit(struct mbuf *m, struct ifnet *ifp)
150 struct mbuf *n;
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_uathvar.h83 struct mbuf *m;
219 struct mbuf *sc_intrx_head;
220 struct mbuf *sc_intrx_tail;
/freebsd-13-stable/sys/dev/rt/
H A Dif_rtvar.h39 #include <sys/mbuf.h>
155 struct mbuf *m;
174 struct mbuf *m;
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_dbg.h32 struct mbuf;
39 struct mbuf *mb;
162 struct mbuf *mb, const struct sdp_bsdh *h);
/freebsd-13-stable/sys/dev/al_eth/
H A Dal_eth.c38 #include <sys/mbuf.h>
217 static int al_mq_start(struct ifnet *, struct mbuf *);
236 /* flag for napi-like mbuf processing, controlled from sysctl */
1063 /* Get mbuf using UMA allocator */
1077 device_printf(rx_ring->dev, "failed to map mbuf, error = %d\n",
1164 struct mbuf *mbuf; local
1171 mbuf = tx_info->m;
1176 "tx_poll: q %d mbuf %p completed\n", qid, mbuf);
1483 al_eth_rx_checksum(struct al_eth_adapter *adapter, struct al_eth_pkt *hal_pkt, struct mbuf *mbuf) argument
1526 struct mbuf *mbuf; local
1589 struct mbuf *mbuf; local
1666 (*rx_ring->netdev->if_input)(rx_ring->netdev, mbuf); local
1698 struct mbuf *mbuf; local
[all...]
/freebsd-13-stable/sys/dev/iscsi/
H A Dicl_soft.c48 #include <sys/mbuf.h>
216 icl_soft_mbuf_done(struct mbuf *mb)
249 ICL_WARN("failed to allocate BHS mbuf");
326 icl_soft_receive_buf(struct mbuf **r, size_t *rs, void *buf, size_t s)
337 icl_pdu_receive_ahs(struct icl_pdu *request, struct mbuf **r, size_t *rs)
350 icl_mbuf_to_crc32c(const struct mbuf *m0)
353 const struct mbuf *m;
365 icl_pdu_check_header_digest(struct icl_pdu *request, struct mbuf **r, size_t *rs)
441 icl_pdu_receive_data_segment(struct icl_pdu *request, struct mbuf **r,
446 struct mbuf *
[all...]
/freebsd-13-stable/sys/dev/iicbus/
H A Dif_ic.c38 #include <sys/mbuf.h>
105 static int icoutput(struct ifnet *, struct mbuf *, const struct sockaddr *,
278 struct mbuf *top;
360 icoutput(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
367 struct mbuf *mm;
/freebsd-13-stable/sys/net/altq/
H A Daltq_subr.c36 #include <sys/mbuf.h>
81 int (*altq_input)(struct mbuf *, int) = NULL;
82 static struct mbuf *tbr_dequeue(struct ifaltq *, int);
91 static int extract_ports4(struct mbuf *, struct ip *, struct flowinfo_in *);
93 static int extract_ports6(struct mbuf *, struct ip6_hdr *,
143 int (*enqueue)(struct ifaltq *, struct mbuf *, struct altq_pktattr *);
144 struct mbuf *(*dequeue)(struct ifaltq *, int);
147 void *(*classify)(void *, struct mbuf *, int);
275 static struct mbuf *
281 struct mbuf *
[all...]
/freebsd-13-stable/sys/netgraph/atm/
H A Dngatmbase.c44 #include <sys/mbuf.h>
134 * fits into the first mbuf, ie. hdrlen < MHLEN. Note, that the message
137 struct mbuf *
140 struct mbuf *m, *m0, *last;
450 * Unpack an mbuf chain into a uni_msg buffer.
454 _uni_msg_unpack_mbuf(struct mbuf *m, struct uni_msg **pmsg, const char *file,
458 uni_msg_unpack_mbuf(struct mbuf *m, struct uni_msg **pmsg)

Completed in 297 milliseconds

<<11121314151617181920>>