Searched refs:mbuf (Results 26 - 50 of 1265) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/net80211/
H A Dieee80211_superg.h61 struct mbuf *head; /* frames linked w/ m_nextpkt */
62 struct mbuf *tail; /* last frame in queue */
105 struct mbuf * ieee80211_amsdu_check(struct ieee80211_node *ni, struct mbuf *m);
106 struct mbuf *ieee80211_ff_check(struct ieee80211_node *, struct mbuf *);
138 struct mbuf *ieee80211_ff_encap(struct ieee80211vap *, struct mbuf *,
140 struct mbuf * ieee80211_amsdu_encap(struct ieee80211vap *vap, struct mbuf *m
[all...]
H A Dieee80211_power.h33 struct mbuf;
56 struct mbuf *head;
57 struct mbuf *tail;
71 struct mbuf *ieee80211_node_psq_dequeue(struct ieee80211_node *ni, int *qlen);
79 int ieee80211_pwrsave(struct ieee80211_node *, struct mbuf *);
/freebsd-11-stable/sys/dev/cxgb/sys/
H A Dmvec.h36 struct mbuf *m, bus_dma_segment_t *seg)
49 struct mbuf **m, bus_dma_segment_t *segs, int *nsegs);
51 struct mbuf *m, bus_dma_segment_t *segs, int *nsegs);
54 m_freem_list(struct mbuf *m)
56 struct mbuf *n;
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dmem2.c52 /* offset of next free byte in mbuf */
56 static void *mbuf; variable
86 mbuf = mmap(NULL, mblklen, prot, flags, -1, (off_t)0);
87 if (mbuf == (void *)MAP_FAILED)
89 (void)memset(mbuf, 0, mblklen);
93 ptr = (char *)mbuf + nxtfree;
/freebsd-11-stable/usr.sbin/ppp/
H A Dlqr.h65 struct mbuf;
81 extern struct mbuf *lqr_RecvEcho(struct fsm *, struct mbuf *);
82 extern struct mbuf *lqr_Input(struct bundle *, struct link *, struct mbuf *);
H A Dcbcp.h31 struct mbuf;
65 extern struct mbuf *cbcp_Input(struct bundle *, struct link *, struct mbuf *);
H A Dauth.h69 extern struct mbuf *auth_ReadHeader(struct authinfo *, struct mbuf *);
70 extern struct mbuf *auth_ReadName(struct authinfo *, struct mbuf *, size_t);
H A Dsync.c38 #include "mbuf.h"
53 static struct mbuf *
55 struct mbuf *bp, int pri __unused, u_short *proto __unused)
63 static struct mbuf *
64 sync_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp,
/freebsd-11-stable/sys/sys/
H A Dsockbuf.h63 struct mbuf;
92 struct mbuf *sb_mb; /* (a) the mbuf chain */
93 struct mbuf *sb_mbtail; /* (a) the last mbuf in the chain */
94 struct mbuf *sb_lastrecord; /* (a) first mbuf of last
96 struct mbuf *sb_sndptr; /* (a) pointer into mbuf chain */
97 struct mbuf *sb_fnrd
[all...]
H A Dmbuf.h30 * @(#)mbuf.h 8.5 (Berkeley) 2/19/95
31 * $FreeBSD: stable/11/sys/sys/mbuf.h 364163 2020-08-12 12:11:44Z ae $
76 * An mbuf may add a single "mbuf cluster" of size MCLBYTES (also in
80 * externally and attach it to the mbuf in a way similar to that of mbuf
84 * padding inside the complete struct mbuf into account. Appropriate
85 * attention is required when changing members of struct mbuf.
87 * MLEN is data length in a normal mbuf.
88 * MHLEN is data length in an mbuf wit
208 struct mbuf { struct
[all...]
H A Dmchain.h42 struct mbuf;
49 struct mbuf * mb_top; /* head of mbufs chain */
50 struct mbuf * mb_cur; /* current mbuf */
51 int mb_mleft; /* free space in the current mbuf */
58 struct mbuf * md_top; /* head of mbufs chain */
59 struct mbuf * md_cur; /* current mbuf */
60 u_char * md_pos; /* offset in the current mbuf */
64 void mb_initm(struct mbchain *mbp, struct mbuf *
[all...]
/freebsd-11-stable/sys/net/altq/
H A Dif_altq.h43 struct mbuf *ifq_head;
44 struct mbuf *ifq_tail;
50 struct mbuf *ifq_drv_head;
51 struct mbuf *ifq_drv_tail;
61 int (*altq_enqueue)(struct ifaltq *, struct mbuf *,
63 struct mbuf *(*altq_dequeue)(struct ifaltq *, int);
68 void *(*altq_classify)(void *, struct mbuf *, int);
85 * the header within a mbuf. (e.g. ECN needs to update the CE bit)
94 caddr_t pattr_hdr; /* saved header position in mbuf */
98 * mbuf ta
[all...]
H A Daltq_classq.h61 struct mbuf *tail_; /* Tail of packet queue */
85 extern void _addq(class_queue_t *, struct mbuf *);
86 extern struct mbuf *_getq(class_queue_t *);
87 extern struct mbuf *_getq_tail(class_queue_t *);
88 extern struct mbuf *_getq_random(class_queue_t *);
89 extern void _removeq(class_queue_t *, struct mbuf *);
97 _addq(class_queue_t *q, struct mbuf *m)
99 struct mbuf *m0;
111 static __inline struct mbuf *
114 struct mbuf *
[all...]
/freebsd-11-stable/sys/rpc/
H A Dkrpc.h40 void clnt_bck_svccall(void *, struct mbuf *, uint32_t);
42 struct mbuf *, struct mbuf **, struct timeval, SVCXPRT *);
47 * the mbuf chain of the reply.
52 struct mbuf *cr_mrep; /* reply received by upcall */
96 struct mbuf *ct_record; /* current reply record */
106 struct mbuf *mpending; /* unparsed data read from the socket */
107 struct mbuf *mreq; /* current record being built from mpending */
H A Dreplay.h77 struct rpc_msg *repmsg, struct mbuf **mp);
83 struct rpc_msg *repmsg, struct sockaddr *addr, struct mbuf *m);
/freebsd-11-stable/sys/netinet/
H A Din_rss.h45 * Functions to calculate a software RSS hash for a given mbuf or
48 int rss_mbuf_software_hash_v4(const struct mbuf *m, int dir,
54 struct mbuf * rss_soft_m2cpuid_v4(struct mbuf *m, uintptr_t source,
H A Dsctp_output.h44 struct mbuf *
48 struct mbuf *m_at,
84 struct sctp_nets *, struct mbuf *,
91 struct mbuf *
92 sctp_arethere_unrecognized_parameters(struct mbuf *, int, int *,
94 void sctp_queue_op_err(struct sctp_tcb *, struct mbuf *);
97 sctp_send_cookie_echo(struct mbuf *, int, int, struct sctp_tcb *,
103 sctp_send_heartbeat_ack(struct sctp_tcb *, struct mbuf *, int, int,
144 sctp_output(struct sctp_inpcb *, struct mbuf *, struct sockaddr *,
145 struct mbuf *, struc
[all...]
H A Dsctp_asconf.h46 extern struct mbuf *sctp_compose_asconf(struct sctp_tcb *, int *, int);
49 sctp_handle_asconf(struct mbuf *, unsigned int, struct sockaddr *,
53 sctp_handle_asconf_ack(struct mbuf *, int, struct sctp_asconf_ack_chunk *,
76 sctp_check_address_list(struct sctp_tcb *, struct mbuf *, int, int,
/freebsd-11-stable/sys/netinet6/
H A Din6_rss.h46 * Functions to calculate a software RSS hash for a given mbuf or
49 int rss_mbuf_software_hash_v6(const struct mbuf *m, int dir,
55 struct mbuf * rss_soft_m2cpuid_v6(struct mbuf *m, uintptr_t source,
H A Dsend.h43 extern int (*send_sendso_input_hook)(struct mbuf *, struct ifnet *, int, int);
/freebsd-11-stable/sys/nfs/
H A Dkrpc.h6 struct mbuf;
13 struct mbuf **data, struct sockaddr **from, struct thread *td);
18 struct mbuf *xdr_string_encode(char *str, int len);
/freebsd-11-stable/sys/net/
H A Draw_cb.h73 typedef int (*raw_input_cb_fn)(struct mbuf *, struct sockproto *,
78 void raw_input(struct mbuf *, struct sockproto *, struct sockaddr *);
79 void raw_input_ext(struct mbuf *, struct sockproto *, struct sockaddr *,
H A Dif_enc.h34 struct mbuf **mp;
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_toepcb.h65 struct mbuf *tp_m_last;
78 enqueue_wr(struct toepcb *toep, struct mbuf *m)
83 static inline struct mbuf *
89 static inline struct mbuf *
/freebsd-11-stable/sys/dev/ena/
H A Dena_datapath.h39 int ena_mq_start(if_t ifp, struct mbuf *m);

Completed in 148 milliseconds

1234567891011>>