Searched refs:mbuf (Results 126 - 150 of 1265) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/netinet/
H A Dsctp_bsd_addr.h55 void sctp_packet_log(struct mbuf *m);
H A Dsctp_input.h41 sctp_common_input_processing(struct mbuf **, int, int, int,
H A Dsctp_indata.h47 struct mbuf *dm);
77 struct mbuf *
91 sctp_handle_sack(struct mbuf *m, int offset_seg, int offset_dup,
100 struct sctp_forward_tsn_chunk *, int *, struct mbuf *, int);
110 sctp_process_data(struct mbuf **, int, int *, int,
/freebsd-11-stable/sys/sys/
H A Dsocketvar.h316 struct mbuf *m;
328 struct mbuf;
379 struct mbuf **mp0, struct mbuf **controlp, int *flagsp);
381 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp,
384 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp,
387 struct uio *uio, struct mbuf **mp0, struct mbuf **control
[all...]
H A Ddomain.h43 struct mbuf;
55 (struct mbuf *, struct mbuf **, int);
/freebsd-11-stable/share/dtrace/
H A DMakefile24 DSRCS= mbuf.d
/freebsd-11-stable/usr.sbin/ppp/
H A Dmp.h31 struct mbuf;
109 struct mbuf *inbufs; /* Received fragments */
138 extern struct mbuf *mp_Input(struct bundle *, struct link *, struct mbuf *);
H A Dacf.c41 #include "mbuf.h"
60 static struct mbuf *
61 acf_LayerPush(struct bundle *b __unused, struct link *l, struct mbuf *bp,
74 static struct mbuf *
75 acf_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp,
/freebsd-11-stable/contrib/sendmail/src/
H A Dmacro.c601 static char mbuf[2]; local
618 mbuf[0] = n;
619 mbuf[1] = '\0';
620 return mbuf;
648 char mbuf[MAXMACNAMELEN + 1]; local
682 bp = mbuf;
683 while (*++p != '\0' && *p != '}' && bp < &mbuf[sizeof(mbuf) - 1])
694 syserr("Unbalanced { on %s", mbuf); /* missing } */
699 mbuf, (in
[all...]
/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_queues.c104 static struct mbuf * nicvf_get_rcv_mbuf(struct nicvf *, struct cqe_rx_t *);
112 static int nicvf_tx_mbuf_locked(struct snd_queue *, struct mbuf **);
120 struct mbuf * mbuf; member in struct:rbuf_info
264 struct mbuf *mbuf; local
270 mbuf = m_getjcl(mflags, MT_DATA, M_PKTHDR, MCLBYTES);
271 if (mbuf == NULL)
278 mbuf->m_len = mbuf
312 struct mbuf *mbuf; local
435 struct mbuf *mbuf; local
643 struct mbuf *mbuf; local
702 struct mbuf *mbuf; local
734 struct mbuf *mbuf; local
1746 nicvf_sq_add_hdr_subdesc(struct snd_queue *sq, int qentry, int subdesc_cnt, struct mbuf *mbuf, int len) argument
1979 struct mbuf *mbuf; local
[all...]
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_core.c265 struct mbuf *mbuf = m_buff; local
274 lio_recv_buffer_free(mbuf);
284 (((uint8_t *)mbuf->m_data) +
289 (((uint8_t *)mbuf->m_data) +
294 (((uint8_t *)mbuf->m_data) +
299 (((uint8_t *)mbuf->m_data) +
304 mbuf->m_pkthdr.flowid = hashval;
308 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_IPV4);
311 M_HASHTYPE_SET(mbuf, M_HASHTYPE_RSS_TCP_IPV
[all...]
/freebsd-11-stable/sys/kern/
H A Duipc_mbuf.c45 #include <sys/mbuf.h>
53 "struct mbuf *", "mbufinfo_t *",
62 "struct mbuf *", "mbufinfo_t *");
67 "struct mbuf *", "mbufinfo_t *");
73 "struct mbuf *", "mbufinfo_t *");
80 "struct mbuf *", "mbufinfo_t *");
83 "struct mbuf *", "mbufinfo_t *",
88 "struct mbuf *", "mbufinfo_t *",
96 "struct mbuf *", "mbufinfo_t *");
99 "struct mbuf *", "mbufinfo_
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.h49 int ng_l2cap_l2ca_write_req (ng_l2cap_p, struct mbuf *);
70 struct mbuf *);
74 struct mbuf *);
/freebsd-11-stable/sys/kgssapi/
H A Dgss_unwrap.c35 #include <sys/mbuf.h>
51 struct mbuf *m;
85 struct mbuf **mp,
H A Dgss_wrap.c35 #include <sys/mbuf.h>
52 struct mbuf *m;
86 int conf_req_flag, gss_qop_t qop_req, struct mbuf **mp, int *conf_state)
/freebsd-11-stable/sys/net/
H A Drss_config.h86 * For RSS hash methods that do a software hash on an mbuf, the packet
132 struct mbuf * rss_m2cpuid(struct mbuf *m, uintptr_t source, u_int *cpuid);
136 int rss_m2bucket(struct mbuf *m, uint32_t *bucket_id);
/freebsd-11-stable/contrib/netbsd-tests/net/in_cksum/
H A Din_cksum.c35 #include <sys/mbuf.h>
50 int cpu_in_cksum(struct mbuf*, int, int, uint32_t);
66 free_mbuf_chain(struct mbuf *m)
68 struct mbuf *next;
78 static struct mbuf *
82 struct mbuf *m;
104 dump_mbuf(const struct mbuf *m, int len, int off)
146 randomise_mbuf_chain(struct mbuf *m)
163 mbuf_len(struct mbuf *m)
168 int in_cksum_portable(struct mbuf *, in
[all...]
/freebsd-11-stable/sys/netipsec/
H A Dkey_debug.h81 struct mbuf;
94 void kdebug_mbufhdr(const struct mbuf *);
95 void kdebug_mbuf(const struct mbuf *);
H A Dipsec_mbuf.c30 * IPsec-specific mbuf routines.
38 #include <sys/mbuf.h>
48 * when absolutely necessary. The mbuf where the new header
49 * is to go is returned together with an offset into the mbuf.
50 * If NULL is returned then the mbuf chain may have been modified;
53 struct mbuf *
54 m_makespace(struct mbuf *m0, int skip, int hlen, int *off)
56 struct mbuf *m;
59 IPSEC_ASSERT(m0 != NULL, ("null mbuf"));
67 * At this point skip is the offset into the mbuf
[all...]
/freebsd-11-stable/sys/nfs/
H A Dnfs_fha.h92 int (*realign)(struct mbuf **mb, int malloc_flags);
93 int (*get_fh)(uint64_t *fh, int v3, struct mbuf **md, caddr_t *dpos);
96 int (*get_offset)(struct mbuf **md, caddr_t *dpos, int v3, struct
/freebsd-11-stable/sys/netinet6/
H A Droute6.c39 #include <sys/mbuf.h>
60 route6_input(struct mbuf **mp, int *offp, int proto)
63 struct mbuf *m = *mp;
/freebsd-11-stable/contrib/netbsd-tests/net/bpf/
H A Dh_bpf.h33 #include <sys/mbuf.h>
53 * Init mbuf chain with one or two chunks. The first chunk holds
59 init_mchain2(struct mbuf *mb1, struct mbuf *mb2,
107 * Interpret a filter program with mbuf chain passed to bpf_filter_ext().
114 struct mbuf mb1, mb2;
131 * Compile and run a filter program with mbuf chain passed to compiled function.
138 struct mbuf mb1, mb2;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_aqm_codel.h77 struct mbuf *codel_extract_head(struct dn_queue *, aqm_time_t *);
81 __inline static struct mbuf *
84 struct mbuf * m;
134 __inline static struct mbuf *
137 struct mbuf *m;
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_tx.h57 /* Maximum number of DMA segments needed to map an mbuf chain. With
58 * TSO, the mbuf length may be just over 64K, divided into 2K mbuf
74 * TX_BUF_MBUF flags on the last descriptor generated for an mbuf
88 struct mbuf *mbuf; member in union:sfxge_tx_mapping::__anon5221
111 struct mbuf *std_get; /* Head of get list. */
112 struct mbuf **std_getp; /* Tail of get list. */
248 extern int sfxge_if_transmit(struct ifnet *ifp, struct mbuf *m);
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c175 static void xnb_fill_eh_and_ip(struct mbuf *m, uint16_t ip_len,
178 static void xnb_fill_tcp(struct mbuf *m);
193 static inline void safe_m_freem(struct mbuf **ppMbuf) {
993 struct mbuf *pMbuf;
1005 * xnb_pkt2mbufc on short packet that can fit in an mbuf internal buffer
1012 struct mbuf *pMbuf;
1029 struct mbuf *pMbuf;
1050 struct mbuf *pMbuf;
1067 struct mbuf *pMbuf;
1085 struct mbuf *pMbu
1422 struct mbuf *mbuf; local
1444 struct mbuf *mbuf; local
1470 struct mbuf *mbuf; local
1650 struct mbuf *mbuf; local
1672 struct mbuf *mbuf; local
1716 struct mbuf *mbuf, *m; local
1758 struct mbuf *mbuf; local
1790 struct mbuf *mbuf; local
1908 struct mbuf *mbuf; local
2032 struct mbuf *mbuf; local
[all...]

Completed in 162 milliseconds

1234567891011>>