Searched refs:mbuf (Results 251 - 275 of 1277) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/netgraph/
H A Dng_ether_echo.c56 #include <sys/mbuf.h>
108 struct mbuf *m;
H A Dng_checksum.c39 #include <sys/mbuf.h>
293 #define PULLUP_CHECK(mbuf, length) do { \
295 if (((mbuf)->m_pkthdr.len < pullup_len) || \
299 if ((mbuf)->m_len < pullup_len && \
300 (((mbuf) = m_pullup((mbuf), pullup_len)) == NULL)) { \
307 checksum_ipv4(priv_p priv, struct mbuf *m, int l3_offset)
416 checksum_ipv6(priv_p priv, struct mbuf *m, int l3_offset)
544 struct mbuf *m;
552 #define PULLUP_CHECK(mbuf, lengt
[all...]
H A Dng_source.c56 * flag in the mbuf or some such. The node could peek at an appropriate
66 #include <sys/mbuf.h>
89 struct mbuf *last_packet; /* last pkt in queue */
118 static void ng_source_packet_mod(sc_p, struct mbuf *,
122 struct mbuf *m, int increment);
123 static int ng_source_dup_mod(sc_p, struct mbuf *,
124 struct mbuf **);
556 struct mbuf *m;
671 struct mbuf *m;
778 struct mbuf *
[all...]
/freebsd-13-stable/sys/netinet/libalias/
H A Dalias.h138 struct mbuf *m_megapullup(struct mbuf *, int);
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_glbl.h51 extern int qls_get_mbuf(qla_host_t *ha, qla_rx_buf_t *rxb, struct mbuf *nmp);
73 uint32_t tx_idx, struct mbuf *mp, uint32_t txr_idx);
/freebsd-13-stable/sys/powerpc/ps3/
H A Dif_glcreg.h39 * software state for transmit job mbufs (may be elements of mbuf chains)
43 struct mbuf *txs_mbuf; /* head of our mbuf chain */
58 struct mbuf *rxs_mbuf; /* head of our mbuf chain */
/freebsd-13-stable/sys/dev/rtwn/pci/
H A Drtwn_pci_var.h34 struct mbuf *m;
51 struct mbuf *m;
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/
H A Dr92c.h116 struct mbuf *, void *, uint8_t, int);
118 struct mbuf *, void *, const struct ieee80211_bpf_params *);
/freebsd-13-stable/sys/dev/sbni/
H A Dif_sbnivar.h81 struct mbuf *rx_buf_p; /* receive buffer ptr */
82 struct mbuf *tx_buf_p; /* transmit buffer ptr */
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_offload.h98 static inline struct mbuf *
101 struct mbuf *m;
/freebsd-13-stable/sys/arm/ti/cpsw/
H A Dif_cpswvar.h59 struct mbuf *mbuf; member in struct:cpsw_slot
/freebsd-13-stable/usr.sbin/ppp/
H A Dipcp.h120 extern struct mbuf *ipcp_Input(struct bundle *, struct link *, struct mbuf *);
/freebsd-13-stable/sys/netinet6/
H A Din6_pcbgroup.c40 #include <sys/mbuf.h>
92 in6_pcbgroup_bymbuf(struct inpcbinfo *pcbinfo, struct mbuf *m)
/freebsd-13-stable/sys/netipsec/
H A Dkeysock.c46 #include <sys/mbuf.h>
79 static int key_sendup0(struct rawcb *, struct mbuf *, int);
92 key_output(struct mbuf *m, struct socket *so, ...)
142 key_sendup0(struct rawcb *rp, struct mbuf *m, int promisc)
177 key_sendup_mbuf(struct socket *so, struct mbuf *m, int target)
179 struct mbuf *n;
184 KASSERT(m != NULL, ("NULL mbuf pointer was passed."));
393 key_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *nam,
394 struct mbuf *control, struct thread *td)
/freebsd-13-stable/sys/netpfil/ipfw/
H A Ddn_aqm.h102 int (*enqueue)(struct dn_queue *, struct mbuf *);
103 struct mbuf * (*dequeue)(struct dn_queue *);
H A Dip_dn_private.h91 struct mbuf *head, *tail;
373 * Packets processed by dummynet have an mbuf tag associated with
409 int dummynet_io(struct mbuf **, struct ip_fw_args *);
412 struct dn_pkt_tag * dn_tag_get(struct mbuf *m);
455 int ecn_mark(struct mbuf* m);
459 mq_append(struct mq *q, struct mbuf *m)
466 struct mbuf *m_new;
/freebsd-13-stable/sys/net/
H A Dif_lagg.h283 int (*lp_output)(struct ifnet *, struct mbuf *,
291 extern struct mbuf *(*lagg_input_ethernet_p)(struct ifnet *, struct mbuf *);
292 extern struct mbuf *(*lagg_input_infiniband_p)(struct ifnet *, struct mbuf *);
295 int lagg_enqueue(struct ifnet *, struct mbuf *);
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback.c154 const struct mbuf *mbufc, gnttab_copy_table gnttab);
156 struct mbuf **mbufc, struct ifnet *ifnet,
163 static struct mbuf *xnb_pkt2mbufc(const struct xnb_pkt *pkt, struct ifnet *ifp);
165 struct mbuf *mbufc,
169 static void xnb_update_mbufc(struct mbuf *mbufc,
171 static int xnb_mbufc2pkt(const struct mbuf *mbufc,
175 const struct mbuf *mbufc,
193 static void xnb_add_mbuf_cksum(struct mbuf *mbufc);
579 xnb_dump_mbuf(const struct mbuf *m)
1443 struct mbuf *mbuf
1705 struct mbuf *mbuf = mbufc;/* current mbuf within the chain */ local
1770 struct mbuf *mbuf = mbufc; local
1957 const struct mbuf *mbuf = mbufc;/* current mbuf within the chain */ local
[all...]
/freebsd-13-stable/sys/net80211/
H A Dieee80211_crypto_ccmp.c42 #include <sys/mbuf.h>
69 static int ccmp_encap(struct ieee80211_key *, struct mbuf *);
70 static int ccmp_decap(struct ieee80211_key *, struct mbuf *, int);
71 static int ccmp_enmic(struct ieee80211_key *, struct mbuf *, int);
72 static int ccmp_demic(struct ieee80211_key *, struct mbuf *, int);
91 static int ccmp_encrypt(struct ieee80211_key *, struct mbuf *, int hdrlen);
93 struct mbuf *, int hdrlen);
165 ccmp_encap(struct ieee80211_key *k, struct mbuf *m)
215 ccmp_enmic(struct ieee80211_key *k, struct mbuf *m, int force)
235 ccmp_decap(struct ieee80211_key *k, struct mbuf *
[all...]
H A Dieee80211_crypto_wep.c38 #include <sys/mbuf.h>
56 static int wep_encap(struct ieee80211_key *, struct mbuf *);
57 static int wep_decap(struct ieee80211_key *, struct mbuf *, int);
58 static int wep_enmic(struct ieee80211_key *, struct mbuf *, int);
59 static int wep_demic(struct ieee80211_key *, struct mbuf *, int);
77 static int wep_encrypt(struct ieee80211_key *, struct mbuf *, int hdrlen);
78 static int wep_decrypt(struct ieee80211_key *, struct mbuf *, int hdrlen);
181 wep_encap(struct ieee80211_key *k, struct mbuf *m)
228 wep_enmic(struct ieee80211_key *k, struct mbuf *m, int force)
240 wep_decap(struct ieee80211_key *k, struct mbuf *
[all...]
/freebsd-13-stable/sys/netinet/
H A Dip_options.c41 #include <sys/mbuf.h>
88 static void save_rte(struct mbuf *m, u_char *, struct in_addr);
103 ip_dooptions(struct mbuf *m, int pass)
399 save_rte(struct mbuf *m, u_char *option, struct in_addr dst)
425 struct mbuf *
426 ip_srcroute(struct mbuf *m0)
429 struct mbuf *m;
455 * Copy option fields and padding (nop) to mbuf.
483 ip_stripoptions(struct mbuf *m)
506 struct mbuf *
[all...]
/freebsd-13-stable/crypto/openssl/apps/
H A Ds_client.c901 char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL, *bindstr = NULL; local
1011 mbuf = app_malloc(BUFSIZZ, "mbuf");
2199 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
2200 } while (mbuf_len > 3 && mbuf[3] == '-');
2213 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
2214 if (strstr(mbuf, "STARTTLS"))
2216 } while (mbuf_len > 3 && mbuf[3] == '-');
2230 BIO_read(sbio, mbuf, BUFSIZZ);
2245 BIO_gets(fbio, mbuf, BUFSIZ
[all...]
/freebsd-13-stable/sys/security/mac/
H A Dmac_policy.h84 struct mbuf;
129 struct label *dlabel, struct mbuf *m,
195 struct label *ifplabel, struct mbuf *m,
202 struct label *ifplabel, struct mbuf *m,
214 struct label *inplabel, struct mbuf *m,
222 struct label *inplabel, struct mbuf *m,
230 typedef void (*mpo_ip6q_create_t)(struct mbuf *m, struct label *mlabel,
234 typedef int (*mpo_ip6q_match_t)(struct mbuf *m, struct label *mlabel,
237 struct mbuf *m, struct label *mlabel);
238 typedef void (*mpo_ip6q_update_t)(struct mbuf *
[all...]
/freebsd-13-stable/sys/dev/rtwn/usb/
H A Drtwn_usb_rx.c29 #include <sys/mbuf.h>
66 static struct mbuf * rtwn_rxeof(struct rtwn_softc *, struct rtwn_data *,
110 static struct mbuf *
115 struct mbuf *m;
131 device_printf(sc->sc_dev, "%s: could not allocate RX mbuf\n",
136 /* Finalize mbuf. */
151 static struct mbuf *
211 /* If mbuf allocation fails just discard the data. */
225 /* Clear mbuf stats. */
238 static struct mbuf *
[all...]
/freebsd-13-stable/sys/security/mac_stub/
H A Dmac_stub.c187 struct mbuf *m, struct label *mlabel)
364 struct mbuf *m, struct label *mlabel)
378 struct mbuf *m, struct label *mlabel)
392 struct mbuf *m, struct label *mlabel)
407 struct mbuf *m, struct label *mlabel)
422 stub_ip6q_create(struct mbuf *m, struct label *mlabel, struct ip6q *q6,
429 stub_ip6q_match(struct mbuf *m, struct label *mlabel, struct ip6q *q6,
437 stub_ip6q_reassemble(struct ip6q *q6, struct label *q6label, struct mbuf *m,
444 stub_ip6q_update(struct mbuf *m, struct label *mlabel, struct ip6q *q6,
451 stub_ipq_create(struct mbuf *
[all...]

Completed in 138 milliseconds

<<11121314151617181920>>