Searched refs:mbuf (Results 426 - 450 of 1277) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c47 #include <sys/mbuf.h>
87 struct mbuf **,
88 struct mbuf *);
90 struct mbuf *, int);
310 struct mbuf *nam = NULL;
348 "%s: Failed to allocate address mbuf\n", __func__);
453 ng_btsocket_hci_raw_savctl(ng_btsocket_hci_raw_pcb_p pcb, struct mbuf **ctl,
454 struct mbuf *m)
483 ng_btsocket_hci_raw_data_input(struct mbuf *nam)
486 struct mbuf *m
[all...]
/freebsd-13-stable/sys/netinet/
H A Dip_output.c52 #include <sys/mbuf.h>
107 static void ip_mloopback(struct ifnet *, const struct mbuf *, int);
113 ip_output_pfil(struct mbuf **mp, struct ifnet *ifp, int flags,
117 struct mbuf *m;
213 ip_output_send(struct inpcb *inp, struct ifnet *ifp, struct mbuf *m,
229 * ktls_output_eagain after the mbuf has been freed (thus
230 * dropping the mbuf's reference) in if_output.
270 /* stamp send tag on mbuf */
307 * IP output. The packet in mbuf chain m contains a skeletal IP
309 * The mbuf chai
[all...]
H A Dip_icmp.h219 void icmp_error(struct mbuf *, int, int, uint32_t, int);
220 int icmp_input(struct mbuf **, int *, int);
/freebsd-13-stable/sys/netgraph/atm/ccatm/
H A Dng_ccatm.c45 #include <sys/mbuf.h>
309 struct mbuf *dump_first;
310 struct mbuf *dump_last; /* first and last mbuf when dumping */
428 * Dumper function. Pack the data into an mbuf chain.
433 struct mbuf *m;
465 struct mbuf *m;
919 struct mbuf *m;
947 * Pack a header and a data area into an mbuf chain
949 static struct mbuf *
[all...]
/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c50 #include <sys/mbuf.h>
166 ctf_get_enet_type(struct ifnet *ifp, struct mbuf *m)
315 * A new special type of mbuf may also be supported by the transport
317 * possibly create a M_ACKCMP type mbuf. This is a mbuf with
320 * mbuf queue chain a M_ACKCMP and append on to it. This means
321 * that until the transport pulls in the mbuf chain queued
324 * into 1 mbuf which means often when this is occuring, we
361 ctf_process_inbound_raw(struct tcpcb *tp, struct socket *so, struct mbuf *m, int has_pkt)
364 * We are passed a raw change of mbuf packet
[all...]
/freebsd-13-stable/sys/dev/nfe/
H A Dif_nfevar.h23 struct mbuf *m;
42 struct mbuf *m;
/freebsd-13-stable/sys/dev/fxp/
H A Dif_fxpvar.h121 struct mbuf *rx_mbuf;
129 struct mbuf *tx_mbuf;
/freebsd-13-stable/sys/net/
H A Dif_edsc.c44 #include <sys/mbuf.h> /* mbuf(9) */
84 /* static void edsc_input(struct ifnet *ifp, struct mbuf *m); would be here */
257 struct mbuf *m;
H A Dif_fwsubr.c42 #include <sys/mbuf.h>
81 firewire_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
91 struct mbuf *mtail;
334 static struct mbuf *
335 firewire_input_fragment(struct fw_com *fc, struct mbuf *m, int src)
339 struct mbuf *mf, *mprev;
500 firewire_input(struct ifnet *ifp, struct mbuf *m, uint16_t src)
508 * (stream or wreqb) and marked the mbuf's M_BCAST flag
560 * Tag the mbuf with an appropriate MAC label before any other
795 struct mbuf *
[all...]
H A Dif_me.c37 #include <sys/mbuf.h>
120 static int me_transmit(struct ifnet *, struct mbuf *);
122 static int me_output(struct ifnet *, struct mbuf *,
124 static int me_input(struct mbuf *, int, int, void *);
342 me_lookup(const struct mbuf *m, int off, int proto, void **arg)
467 me_input(struct mbuf *m, int off, int proto, void *arg)
535 me_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
550 me_transmit(struct ifnet *ifp, struct mbuf *m)
H A Dpfvar.h608 typedef int pfsync_defer_t(struct pf_state *, struct mbuf *);
631 typedef int pflog_packet_t(struct pfi_kkif *, struct mbuf *, sa_family_t,
1455 struct pf_mtag *pf_get_mtag(struct mbuf *);
1512 extern u_int16_t pf_proto_cksum_fixup(struct mbuf *, u_int16_t,
1524 int pf_test(int, int, struct ifnet *, struct mbuf **, struct inpcb *);
1525 int pf_normalize_ip(struct mbuf **, int, struct pfi_kkif *, u_short *,
1530 int pf_test6(int, int, struct ifnet *, struct mbuf **, struct inpcb *);
1531 int pf_normalize_ip6(struct mbuf **, int, struct pfi_kkif *, u_short *,
1536 int pf_refragment6(struct ifnet *, struct mbuf **, struct m_tag *);
1540 void *pf_pull_hdr(struct mbuf *, in
[all...]
/freebsd-13-stable/sys/netgraph/
H A Dng_UI.c49 #include <sys/mbuf.h>
171 struct mbuf *m;
H A Dng_patch.c39 #include <sys/mbuf.h>
354 do_patch(priv_p privp, struct mbuf *m, int global_offset)
365 /* for "=" operation we don't need to copy data from mbuf */
555 struct mbuf *m;
564 #define PULLUP_CHECK(mbuf, length) do { \
566 if (((mbuf)->m_pkthdr.len < pullup_len) || \
571 if ((mbuf)->m_len < pullup_len && \
572 (((mbuf) = m_pullup((mbuf), pullup_len)) == NULL)) { \
/freebsd-13-stable/sys/mips/atheros/
H A Dif_argevar.h111 struct mbuf *tx_m;
116 struct mbuf *rx_m;
/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_def.h74 struct mbuf *m_head;
83 struct mbuf *m_head;
/freebsd-13-stable/sys/dev/ral/
H A Drt2860var.h67 struct mbuf *m;
87 struct mbuf *m;
/freebsd-13-stable/sys/rpc/
H A Dauth.h191 struct mbuf *);
194 struct opaque_auth *, struct mbuf **);
H A Dsvc_auth.c129 svcauth_null_wrap(SVCAUTH *auth, struct mbuf **mp)
136 svcauth_null_unwrap(SVCAUTH *auth, struct mbuf **mp)
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_dma.c69 struct mbuf **mp, bus_dma_segment_t *segs,
73 struct mbuf *m;
/freebsd-13-stable/sys/dev/iwi/
H A Dif_iwivar.h76 struct mbuf *m;
99 struct mbuf *m;
/freebsd-13-stable/sys/dev/tsec/
H A Dif_tsec.c43 #include <sys/mbuf.h>
77 struct mbuf *m0, uint16_t fcb_flags, int *start_tx);
83 struct mbuf **mbufp, uint32_t *paddr);
108 struct mbuf *m);
219 /* Create RX busdma maps and zero mbuf handlers */
228 sc->rx_data[i].mbuf = NULL;
234 &sc->rx_data[i].mbuf, &sc->rx_data[i].paddr);
726 struct mbuf *m0;
794 tsec_encap(struct ifnet *ifp, struct tsec_softc *sc, struct mbuf *m0,
813 struct mbuf *
[all...]
/freebsd-13-stable/sys/netinet6/
H A Dip6_mroute.c94 #include <sys/mbuf.h>
130 static int ip6_mdq(struct mbuf *, struct ifnet *, struct mf6c *);
131 static void phyint_send(struct ip6_hdr *, struct mif6 *, struct mbuf *);
132 static int register_send(struct ip6_hdr *, struct mif6 *, struct mbuf *);
134 static int socket_send(struct socket *, struct mbuf *,
141 static int pim6_encapcheck(const struct mbuf *, int, int, void *);
142 static int pim6_input(struct mbuf *, int, int, void *);
369 int X_ip6_mforward(struct ip6_hdr *, struct ifnet *, struct mbuf *);
1032 socket_send(struct socket *s, struct mbuf *mm, struct sockaddr_in6 *src)
1038 mm, (struct mbuf *)
[all...]
/freebsd-13-stable/sys/dev/gxemul/ether/
H A Dif_gx.c38 #include <sys/mbuf.h>
86 static int gx_transmit(struct ifnet *, struct mbuf *);
234 gx_transmit(struct ifnet *ifp, struct mbuf *m)
356 struct mbuf *m;
377 device_printf(sc->sc_dev, "no memory for receive mbuf.\n");
/freebsd-13-stable/sys/dev/wtap/
H A Dif_medium.c65 medium_transmit(struct wtap_medium *md, int id, struct mbuf*m) argument
/freebsd-13-stable/sys/fs/nfs/
H A Dnfsrvcache.h56 struct mbuf *repmb; /* Reply mbuf list OR */

Completed in 272 milliseconds

<<11121314151617181920>>