Searched refs:mbuf (Results 601 - 625 of 1277) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/usr.sbin/ppp/
H A Dmp.c58 #include "mbuf.h"
138 mp_ReadHeader(struct mp *mp, struct mbuf *m, struct mp_header *header)
386 struct mbuf *next;
417 mp_Assemble(struct mp *mp, struct mbuf *m, struct physical *p)
420 struct mbuf *q, *last;
493 struct mbuf *next;
538 struct mbuf **frag = &q;
613 struct mbuf *
614 mp_Input(struct bundle *bundle, struct link *l, struct mbuf *bp)
635 struct mbuf *
[all...]
/freebsd-13-stable/sys/netinet6/
H A Dudp6_usrreq.c85 #include <sys/mbuf.h>
143 udp6_append(struct inpcb *inp, struct mbuf *n, int off,
147 struct mbuf *opts = NULL, *tmp_opts;
211 udp6_input(struct mbuf **mp, int *offp, int proto)
213 struct mbuf *m = *mp;
330 * KAME note: traditionally we dropped udpiphdr from mbuf
399 struct mbuf *n;
551 struct mbuf *m;
700 udp6_output(struct socket *so, int flags_arg, struct mbuf *m,
701 struct sockaddr *addr6, struct mbuf *contro
[all...]
/freebsd-13-stable/sys/netinet/
H A Dsctp_output.c1939 static struct mbuf *
1940 sctp_add_addr_to_mbuf(struct mbuf *m, struct sctp_ifa *ifa, uint16_t *len)
1944 struct mbuf *mret;
2026 struct mbuf *
2029 struct mbuf *m_at, int cnt_inits_to,
3457 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize)
3558 sctp_process_cmsgs_for_init(struct sctp_tcb *stcb, struct mbuf *control, int *error)
3726 struct mbuf *control,
3814 static struct mbuf *
3815 sctp_add_cookie(struct mbuf *ini
[all...]
H A Dsctp_asconf.c74 * returns a mbuf to an "error" response parameter or NULL/"success" if ok.
77 static struct mbuf *
80 struct mbuf *m_reply = NULL;
87 "asconf_success_response: couldn't get mbuf!\n");
100 static struct mbuf *
104 struct mbuf *m_reply = NULL;
130 "asconf_error_response: couldn't get mbuf!\n");
151 static struct mbuf *
156 struct mbuf *m_reply = NULL;
311 static struct mbuf *
[all...]
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.c58 #include <sys/mbuf.h>
163 struct mbuf *pfse_m;
233 static void pf_change_ap(struct mbuf *, struct pf_addr *, u_int16_t *,
236 static int pf_modulate_sack(struct mbuf *, int, struct pf_pdesc *,
242 static void pf_send_tcp(struct mbuf *,
248 static void pf_send_icmp(struct mbuf *, u_int8_t, u_int8_t,
257 int, struct pfi_kkif *, struct mbuf *, int,
263 struct pf_state_key *, struct mbuf *, int,
268 struct pfi_kkif *, struct mbuf *, void *,
273 struct pfi_kkif *, struct mbuf *, in
[all...]
/freebsd-13-stable/sys/dev/al_eth/
H A Dal_eth.h93 struct mbuf *m;
100 struct mbuf *m;
261 * Rx packets that shorter that this len will be copied to the mbuf
/freebsd-13-stable/sys/dev/et/
H A Dif_etvar.h160 struct mbuf *tb_mbuf;
165 struct mbuf *rb_mbuf;
/freebsd-13-stable/sys/dev/wtap/plugins/
H A Dvisibility.c38 #include <sys/mbuf.h>
153 struct mbuf *m =
/freebsd-13-stable/sys/gdb/
H A Dnetgdb.c115 * The mbuf chain will have all non-debugnet framing headers removed
118 * used, the supplied in-out mbuf pointer should be updated
121 * If the handler frees the mbuf chain, it should set the mbuf pointer
126 netgdb_rx(struct debugnet_pcb *pcb, struct mbuf **mb)
129 struct mbuf *m;
/freebsd-13-stable/sys/mips/mips/
H A Din_cksum.c44 #include <sys/mbuf.h>
202 in_cksum_skip(struct mbuf *m, int len, int skip)
/freebsd-13-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket_rfcomm.h334 int ng_btsocket_rfcomm_send (struct socket *, int, struct mbuf *,
335 struct sockaddr *, struct mbuf *,
/freebsd-13-stable/sys/netgraph/
H A Dng_atmllc.c35 #include <sys/mbuf.h>
162 struct mbuf *m;
H A Dng_gif_demux.c84 #include <sys/mbuf.h>
313 struct mbuf *m;
315 /* Pull the mbuf out of the item for processing. */
357 /* Stuff the mbuf back in. */
H A Dng_sample.c47 #include <sys/mbuf.h>
331 struct mbuf *m;
H A Dng_socket.c59 #include <sys/mbuf.h>
219 ngc_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *addr,
220 struct mbuf *control, struct thread *td)
226 struct mbuf *m0;
410 ngd_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *addr,
411 struct mbuf *control, struct thread *td)
904 struct mbuf *m;
977 /* Copy the message itself into an mbuf chain. */
1020 struct mbuf *m;
/freebsd-13-stable/sys/kgssapi/krb5/
H A Dkcrypto.c36 #include <sys/mbuf.h>
191 struct mbuf *m;
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_def.h74 struct mbuf *m_head;
88 struct mbuf *m_head;
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_def.h89 struct mbuf *m_head;
158 struct mbuf *m_head;
/freebsd-13-stable/sys/powerpc/powerpc/
H A Din_cksum.c47 #include <sys/mbuf.h>
205 in_cksum_skip(struct mbuf *m, int len, int skip)
/freebsd-13-stable/sys/riscv/riscv/
H A Din_cksum.c46 #include <sys/mbuf.h>
196 in_cksum_skip(struct mbuf *m, int len, int skip)
/freebsd-13-stable/sys/dev/rtwn/
H A Dif_rtwn_beacon.c25 #include <sys/mbuf.h>
112 struct mbuf *m;
/freebsd-13-stable/sys/dev/rtwn/usb/
H A Drtwn_usb_tx.c29 #include <sys/mbuf.h>
224 struct mbuf *m, uint8_t *tx_desc, uint8_t type, int id)
/freebsd-13-stable/sys/dev/sge/
H A Dif_sgereg.h307 struct mbuf *tx_m;
313 struct mbuf *rx_m;
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_osdep.h62 struct mbuf *mh_head;
63 struct mbuf *mh_tail;
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwmvar.h271 struct mbuf *m;
296 struct mbuf *m;

Completed in 136 milliseconds

<<21222324252627282930>>