Searched refs:mbuf (Results 201 - 225 of 1277) sorted by relevance

1234567891011>>

/freebsd-13-stable/usr.sbin/ppp/
H A Dlog.h62 struct mbuf;
92 extern void log_DumpBp(int, const char *, const struct mbuf *);
H A Dslcompress.h155 struct mbuf;
159 extern u_char sl_compress_tcp(struct mbuf *, struct ip *, struct slcompress *,
H A Dlink.c46 #include "mbuf.h"
74 static void Despatch(struct bundle *, struct link *, struct mbuf *, u_short);
137 struct mbuf *m;
156 struct mbuf *m;
165 * the async layer record how much it's padded the packet in the mbuf's
180 struct mbuf *
184 struct mbuf *bp;
250 link_PushPacket(struct link *l, struct mbuf *bp, struct bundle *b, int pri,
280 struct mbuf *bp, *lbp[LAYER_MAX], *next;
353 struct mbuf *(*f
[all...]
/freebsd-13-stable/sys/netinet/
H A Dtoecore.h66 void (*tod_input)(struct toedev *, struct tcpcb *, struct mbuf *);
104 int (*tod_syncache_respond)(struct toedev *, void *, struct mbuf *);
H A Daccf_dns.c35 #include <sys/mbuf.h>
47 struct mbuf *m; /* Current mbuf. */
48 struct mbuf *n; /* nextpkt mbuf. */
/freebsd-13-stable/sys/netipsec/
H A Dkey.h82 extern int key_parse(struct mbuf *, struct socket *);
87 extern void key_sa_recordxfer(struct secasvar *, struct mbuf *);
H A Dxform.h93 int (*xf_input)(struct mbuf*, struct secasvar*, /* input */
95 int (*xf_output)(struct mbuf*, /* output */
/freebsd-13-stable/sys/net80211/
H A Dieee80211_ht.h36 #include <sys/mbuf.h>
200 struct mbuf *ieee80211_decap_amsdu(struct ieee80211_node *, struct mbuf *);
201 int ieee80211_ampdu_reorder(struct ieee80211_node *, struct mbuf *,
203 void ieee80211_recv_bar(struct ieee80211_node *, struct mbuf *);
H A Dieee80211_superg.c37 #include <sys/mbuf.h>
272 struct mbuf *
273 ieee80211_ff_decap(struct ieee80211_node *ni, struct mbuf *m)
279 struct mbuf *n;
351 /* XXX verify framelen against mbuf contents */
360 * the mbuf chains to form a single frame for transmission.
362 struct mbuf *
363 ieee80211_ff_encap(struct ieee80211vap *vap, struct mbuf *m1, int hdrspace,
366 struct mbuf *m2;
369 struct mbuf *
[all...]
/freebsd-13-stable/sys/security/mac/
H A Dmac_inet6.c117 mac_ip6q_reassemble(struct ip6q *q6, struct mbuf *m)
131 mac_ip6q_create(struct mbuf *m, struct ip6q *q6)
145 mac_ip6q_match(struct mbuf *m, struct ip6q *q6)
163 mac_ip6q_update(struct mbuf *m, struct ip6q *q6)
177 mac_netinet6_nd6_send(struct ifnet *ifp, struct mbuf *m)
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.h239 struct mbuf *syn;
334 set_mbuf_ulp_submode(struct mbuf *m, uint8_t ulp_submode)
342 mbuf_ulp_submode(struct mbuf *m)
387 int t4_syncache_respond(struct toedev *, void *, struct mbuf *);
389 struct mbuf *);
391 struct mbuf *);
430 struct mbuf **, struct mbuf **, int *);
443 struct mbuf *, uint16_t, struct inpcb *);
447 void do_rx_data_tls(const struct cpl_rx_data *, struct toepcb *, struct mbuf *);
[all...]
/freebsd-13-stable/sys/net/
H A Dethernet.h41 * Ethernet-specific mbuf flags.
395 * offload for VLAN tag processing. It will check the mbuf to see if it has
429 struct mbuf;
437 extern void ether_demux(struct ifnet *, struct mbuf *);
445 extern int ether_output(struct ifnet *, struct mbuf *,
447 extern int ether_output_frame(struct ifnet *, struct mbuf *);
449 void ether_vlan_mtap(struct bpf_if *, struct mbuf *,
451 struct mbuf *ether_vlanencap_proto(struct mbuf *, uint16_t, uint16_t);
452 bool ether_8021q_frame(struct mbuf **m
[all...]
H A Dif_var.h48 * Here m is the mbuf chain to be sent and dst is the destination address.
76 #include <sys/mbuf.h> /* ifqueue only? */
133 typedef int (*if_transmit_fn_t)(if_t, struct mbuf *);
199 uint32_t flowid; /* mbuf hash value */
200 uint32_t flowtype; /* mbuf hash type */
371 (struct ifnet *, struct mbuf *, const struct sockaddr *,
374 (struct ifnet *, struct mbuf *);
375 struct mbuf *(*if_bridge_input)(struct ifnet *, struct mbuf *);
376 int (*if_bridge_output)(struct ifnet *, struct mbuf *, struc
[all...]
H A Ddebugnet.h77 struct mbuf;
80 typedef int debugnet_transmit_t(struct ifnet *, struct mbuf *);
125 * The mbuf chain will have all non-debugnet framing headers removed
128 * used, the supplied in-out mbuf pointer should be updated
131 * If the handler frees the mbuf chain, it should set the mbuf pointer
137 void (*dc_rx_handler)(struct debugnet_pcb *, struct mbuf **);
211 * Callbacks from core mbuf code.
/freebsd-13-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c41 #include <sys/mbuf.h>
63 static int inquiry_result (ng_hci_unit_p, struct mbuf *);
64 static int con_compl (ng_hci_unit_p, struct mbuf *);
65 static int con_req (ng_hci_unit_p, struct mbuf *);
66 static int discon_compl (ng_hci_unit_p, struct mbuf *);
67 static int encryption_change (ng_hci_unit_p, struct mbuf *);
68 static int read_remote_features_compl (ng_hci_unit_p, struct mbuf *);
69 static int qos_setup_compl (ng_hci_unit_p, struct mbuf *);
70 static int hardware_error (ng_hci_unit_p, struct mbuf *);
71 static int role_change (ng_hci_unit_p, struct mbuf *);
[all...]
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h15 #include <sys/mbuf.h>
203 struct mbuf *mb;
503 static inline struct mbuf *
507 struct mbuf *mb;
518 static inline struct mbuf *
524 static inline struct mbuf *
531 mb_put(struct mbuf *mb, int len)
541 static inline struct mbuf *
544 struct mbuf *mb;
556 static inline struct mbuf *
[all...]
/freebsd-13-stable/sbin/shutdown/
H A Dshutdown.c95 static char mbuf[BUFSIZ]; variable
195 for (p = mbuf, len = sizeof(mbuf); *argv; ++argv) {
199 if (p != mbuf)
209 p = mbuf;
210 endp = mbuf + sizeof(mbuf) - 2;
222 mbuflen = strlen(mbuf);
337 (void)fwrite(mbuf, sizeof(*mbuf), mbufle
[all...]
/freebsd-13-stable/sys/kgssapi/
H A Dgssapi.h576 * Get_mic allocates an mbuf to hold the message checksum. Verify_mic
580 * consume the message and generate a new mbuf chain with the
583 struct mbuf;
588 struct mbuf *, /* message_buffer */
589 struct mbuf ** /* message_token */
595 struct mbuf *, /* message_buffer */
596 struct mbuf *, /* token_buffer */
605 struct mbuf **, /* message_buffer */
612 struct mbuf **, /* message_buffer */
/freebsd-13-stable/sys/rpc/
H A Dsvc_dg.c51 #include <sys/mbuf.h>
69 struct sockaddr **, struct mbuf **);
71 struct sockaddr *, struct mbuf *, uint32_t *);
165 struct sockaddr **addrp, struct mbuf **mp)
169 struct mbuf *mreq;
234 struct sockaddr *addr, struct mbuf *m, uint32_t *seq)
237 struct mbuf *mrep;
/freebsd-13-stable/sys/nfsclient/
H A Dnfs.h262 int nfs_request(struct vnode *, struct mbuf *, int, struct thread *,
263 struct ucred *, struct mbuf **, struct mbuf **, caddr_t *);
264 int nfs_loadattrcache(struct vnode **, struct mbuf **, caddr_t *,
266 int nfsm_mbuftouio(struct mbuf **, struct uio *, int, caddr_t *);
277 int nfsm_strtmbuf(struct mbuf **, char **, const char *, long);
279 int nfsm_uiotombuf(struct uio *, struct mbuf **, int, caddr_t *);
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c73 static inline struct mbuf *
76 struct mbuf *mb;
85 struct mbuf *mb_head = mb;
102 /* rewind to first mbuf in chain */
115 struct mbuf *mb;
122 /* try to allocate a new spare mbuf */
123 if (unlikely(ring->spare.mbuf == NULL)) {
131 /* load spare mbuf into BUSDMA */
140 ring->spare.mbuf = mb;
153 /* synchronize and unload the current mbuf, i
[all...]
/freebsd-13-stable/sys/dev/iscsi/
H A Dicl.h72 struct mbuf *ip_bhs_mbuf;
74 struct mbuf *ip_ahs_mbuf;
76 struct mbuf *ip_data_mbuf;
/freebsd-13-stable/sys/dev/vte/
H A Dif_vtevar.h60 struct mbuf *rx_m;
66 struct mbuf *tx_m;
78 struct mbuf *vte_txmbufs[VTE_TX_RING_CNT];
/freebsd-13-stable/sys/net/altq/
H A Daltq_codel.c50 #include <sys/mbuf.h>
65 struct mbuf *, u_int64_t);
76 static int codel_enqueue(struct ifaltq *, struct mbuf *, struct altq_pktattr *);
77 static struct mbuf *codel_dequeue(struct ifaltq *, int);
184 struct mbuf *m;
209 codel_enqueue(struct ifaltq *ifq, struct mbuf *m, struct altq_pktattr *pktattr)
235 static struct mbuf *
239 struct mbuf *m;
284 codel_addq(struct codel *c, class_queue_t *q, struct mbuf *m)
311 codel_should_drop(struct codel *c, class_queue_t *q, struct mbuf *
[all...]
/freebsd-13-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_var.h128 struct mbuf *tx_pkt; /* xmitted L2CAP packet */
131 struct mbuf *rx_pkt; /* received L2CAP packet */
189 struct mbuf *aux; /* optional data */

Completed in 280 milliseconds

1234567891011>>