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

1234567891011>>

/freebsd-11-stable/usr.sbin/ppp/
H A Dhdlc.h60 struct mbuf;
111 extern void hdlc_DecodePacket(struct bundle *, u_short, struct mbuf *,
H A Dlog.h62 struct mbuf;
92 extern void log_DumpBp(int, const char *, const struct mbuf *);
H A Dlink.h71 extern struct mbuf *link_Dequeue(struct link *);
73 extern void link_PushPacket(struct link *, struct mbuf *, struct bundle *,
H A Dipv6cp.h76 extern struct mbuf *ipv6cp_Input(struct bundle *, struct link *, struct mbuf *);
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-11-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-11-stable/sys/sys/
H A Dbus_dma.h110 struct mbuf;
204 struct mbuf *mbuf,
209 struct mbuf *mbuf, bus_dma_segment_t *segs,
/freebsd-11-stable/sys/net80211/
H A Dieee80211_ht.h160 struct mbuf *rxa_m[IEEE80211_AGGR_BAWMAX];
187 struct mbuf *ieee80211_decap_amsdu(struct ieee80211_node *, struct mbuf *);
188 int ieee80211_ampdu_reorder(struct ieee80211_node *, struct mbuf *);
189 void ieee80211_recv_bar(struct ieee80211_node *, struct mbuf *);
H A Dieee80211_superg.c35 #include <sys/mbuf.h>
255 struct mbuf *
256 ieee80211_ff_decap(struct ieee80211_node *ni, struct mbuf *m)
263 struct mbuf *n;
335 /* XXX verify framelen against mbuf contents */
345 * the mbuf chains to form a single frame for transmission.
347 struct mbuf *
348 ieee80211_ff_encap(struct ieee80211vap *vap, struct mbuf *m1, int hdrspace,
351 struct mbuf *m2;
354 struct mbuf *
[all...]
/freebsd-11-stable/sys/kgssapi/krb5/
H A Dkcrypto.h66 struct mbuf *inout, size_t skip, size_t len, void *ivec, size_t ivlen);
68 struct mbuf *inout, size_t skip, size_t inlen, size_t outlen);
119 krb5_encrypt(const struct krb5_key_state *ks, struct mbuf *inout,
127 krb5_decrypt(const struct krb5_key_state *ks, struct mbuf *inout,
136 struct mbuf *inout, size_t skip, size_t inlen, size_t outlen)
/freebsd-11-stable/sys/kern/
H A Dkern_mbuf.c37 #include <sys/mbuf.h>
101 int nmbclusters; /* limits number of mbuf clusters */
109 "Maximum real memory allocatable to various mbuf types");
112 * tunable_mbinit() has to be run before any mbuf allocations are done.
120 * The default limit for all mbuf related memory is 1/2 of all
177 "Maximum number of mbuf clusters allowed");
198 "Maximum number of mbuf page size jumbo clusters allowed");
219 "Maximum number of mbuf 9k jumbo clusters allowed");
240 "Maximum number of mbuf 16k jumbo clusters allowed");
378 SYSINIT(mbuf, SI_SUB_MBU
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h15 #include <sys/mbuf.h>
245 struct mbuf *mb;
544 static inline struct mbuf *
548 struct mbuf *mb;
559 static inline struct mbuf *
565 static inline struct mbuf *
572 mb_put(struct mbuf *mb, int len)
582 static inline struct mbuf *
585 struct mbuf *mb;
597 static inline struct mbuf *
[all...]
/freebsd-11-stable/sbin/shutdown/
H A Dshutdown.c93 static char mbuf[BUFSIZ]; variable
190 for (p = mbuf, len = sizeof(mbuf); *argv; ++argv) {
194 if (p != mbuf)
204 p = mbuf;
205 endp = mbuf + sizeof(mbuf) - 2;
217 mbuflen = strlen(mbuf);
332 (void)fwrite(mbuf, sizeof(*mbuf), mbufle
[all...]
/freebsd-11-stable/sys/nfsclient/
H A Dnfs.h261 int nfs_request(struct vnode *, struct mbuf *, int, struct thread *,
262 struct ucred *, struct mbuf **, struct mbuf **, caddr_t *);
263 int nfs_loadattrcache(struct vnode **, struct mbuf **, caddr_t *,
265 int nfsm_mbuftouio(struct mbuf **, struct uio *, int, caddr_t *);
276 int nfsm_strtmbuf(struct mbuf **, char **, const char *, long);
278 int nfsm_uiotombuf(struct uio *, struct mbuf **, int, caddr_t *);
/freebsd-11-stable/sys/rpc/
H A Dsvc_dg.c49 #include <sys/mbuf.h>
67 struct sockaddr **, struct mbuf **);
69 struct sockaddr *, struct mbuf *, uint32_t *);
163 struct sockaddr **addrp, struct mbuf **mp)
167 struct mbuf *mreq;
232 struct sockaddr *addr, struct mbuf *m, uint32_t *seq)
235 struct mbuf *mrep;
/freebsd-11-stable/sys/kgssapi/
H A Dgssapi.h577 * Get_mic allocates an mbuf to hold the message checksum. Verify_mic
581 * consume the message and generate a new mbuf chain with the
584 struct mbuf;
589 struct mbuf *, /* message_buffer */
590 struct mbuf ** /* message_token */
596 struct mbuf *, /* message_buffer */
597 struct mbuf *, /* token_buffer */
606 struct mbuf **, /* message_buffer */
613 struct mbuf **, /* message_buffer */
/freebsd-11-stable/sys/net/
H A Dif_ethersubr.c48 #include <sys/mbuf.h>
99 void (*ng_ether_input_p)(struct ifnet *ifp, struct mbuf **mp);
100 void (*ng_ether_input_orphan_p)(struct ifnet *ifp, struct mbuf *m);
101 int (*ng_ether_output_p)(struct ifnet *ifp, struct mbuf **mp);
105 void (*vlan_input_p)(struct ifnet *, struct mbuf *);
108 struct mbuf *(*bridge_input_p)(struct ifnet *, struct mbuf *);
109 int (*bridge_output_p)(struct ifnet *, struct mbuf *,
111 void (*bridge_dn_p)(struct mbuf *, struct ifnet *);
114 struct mbuf *(*lagg_input_
[all...]
/freebsd-11-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-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.h223 struct mbuf *syn;
291 set_mbuf_ulp_submode(struct mbuf *m, uint8_t ulp_submode)
299 mbuf_ulp_submode(struct mbuf *m)
343 int t4_syncache_respond(struct toedev *, void *, struct mbuf *);
345 struct mbuf *);
347 struct mbuf *);
386 struct mbuf **, struct mbuf **, int *);
399 struct mbuf *, uint16_t, struct inpcb *);
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_var.h126 struct mbuf *tx_pkt; /* xmitted L2CAP packet */
129 struct mbuf *rx_pkt; /* received L2CAP packet */
187 struct mbuf *aux; /* optional data */
/freebsd-11-stable/sys/netinet/
H A Daccf_dns.c33 #include <sys/mbuf.h>
43 struct mbuf *m; /* Current mbuf. */
44 struct mbuf *n; /* nextpkt mbuf. */
/freebsd-11-stable/sys/netinet6/
H A Dip6_gre.c39 #include <sys/mbuf.h>
84 in6_gre_encapcheck(const struct mbuf *m, int off, int proto, void *arg)
127 in6_gre_output(struct mbuf *m, int af, int hlen)
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Ddn_test.h132 struct mbuf { struct
136 struct mbuf *m_nextpkt;
170 mq_append(struct mq *q, struct mbuf *m)
/freebsd-11-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);
185 struct mbuf *m;
210 codel_enqueue(struct ifaltq *ifq, struct mbuf *m, struct altq_pktattr *pktattr)
236 static struct mbuf *
240 struct mbuf *m;
286 codel_addq(struct codel *c, class_queue_t *q, struct mbuf *m)
313 codel_should_drop(struct codel *c, class_queue_t *q, struct mbuf *
[all...]
H A Daltq_red.h188 extern int red_addq(red_t *, class_queue_t *, struct mbuf *,
190 extern struct mbuf *red_getq(red_t *, class_queue_t *);
192 extern int mark_ecn(struct mbuf *, struct altq_pktattr *, int);

Completed in 243 milliseconds

1234567891011>>