Searched refs:mbuf (Results 1 - 25 of 1265) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/ppp/
H A Dpap.h37 struct mbuf;
42 extern struct mbuf *pap_Input(struct bundle *, struct link *, struct mbuf *);
H A Dip.h33 struct mbuf;
43 extern struct mbuf *ipv4_Input(struct bundle *, struct link *, struct mbuf *);
45 extern struct mbuf *ipv6_Input(struct bundle *, struct link *, struct mbuf *);
H A Dlayer.h43 struct mbuf;
50 struct mbuf *(*push)(struct bundle *, struct link *, struct mbuf *,
52 struct mbuf *(*pull)(struct bundle *, struct link *, struct mbuf *,
H A Dmbuf.h30 * $FreeBSD: stable/11/usr.sbin/ppp/mbuf.h 330449 2018-03-05 07:26:05Z eadler $
33 struct mbuf { struct
38 struct mbuf *m_next; /* link to next mbuf */
39 struct mbuf *m_nextpkt; /* link to next packet */
45 struct mbuf *top;
46 struct mbuf *last;
101 #define M_MAXLEN (4352 - sizeof(struct mbuf)) /* > HDLCSIZE */
105 extern size_t m_length(struct mbuf *);
106 extern struct mbuf *m_ge
[all...]
H A Dvjcomp.h31 struct mbuf;
/freebsd-11-stable/sys/net80211/
H A Dieee80211_ageq.h31 struct mbuf;
38 struct mbuf *aq_head; /* frames linked w/ m_nextpkt */
39 struct mbuf *aq_tail; /* last frame in queue */
45 void ieee80211_ageq_mfree(struct mbuf *);
46 int ieee80211_ageq_append(struct ieee80211_ageq *, struct mbuf *,
51 struct mbuf *ieee80211_ageq_age(struct ieee80211_ageq *, int quanta);
52 struct mbuf *ieee80211_ageq_remove(struct ieee80211_ageq *,
H A Dieee80211_wds.h36 void ieee80211_dwds_mcast(struct ieee80211vap *, struct mbuf *);
37 void ieee80211_dwds_discover(struct ieee80211_node *, struct mbuf *);
H A Dieee80211_hostap.h39 void ieee80211_recv_pspoll(struct ieee80211_node *, struct mbuf *);
/freebsd-11-stable/sys/netinet/
H A Dip_options.h53 int ip_checkrouteralert(struct mbuf *);
54 int ip_dooptions(struct mbuf *, int);
55 struct mbuf *ip_insertoptions(struct mbuf *, struct mbuf *, int *);
57 int ip_pcbopts(struct inpcb *, int, struct mbuf *);
58 void ip_stripoptions(struct mbuf *);
59 struct mbuf *ip_srcroute(struct mbuf *);
H A Dif_atm.h41 struct mbuf;
46 int atmresolve(struct rtentry *, struct mbuf *, const struct sockaddr *,
H A Dip_encap.h46 int (*func)(const struct mbuf *, int, int, void *);
51 int encap4_input(struct mbuf **, int *, int);
52 int encap6_input(struct mbuf **, int *, int);
57 int (*)(const struct mbuf *, int, int, void *),
60 void *encap_getarg(struct mbuf *);
H A Dsctp_crc32.h40 uint32_t sctp_calculate_cksum(struct mbuf *, uint32_t);
42 void sctp_delayed_cksum(struct mbuf *, uint32_t offset);
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_cmds.h42 int ng_hci_process_command_complete (ng_hci_unit_p, struct mbuf *);
43 int ng_hci_process_command_status (ng_hci_unit_p, struct mbuf *);
H A Dng_hci_evnt.h41 int ng_hci_process_event (ng_hci_unit_p, struct mbuf *);
/freebsd-11-stable/sys/netinet6/
H A Dsctp6_var.h44 int sctp6_input(struct mbuf **, int *, int);
45 int sctp6_input_with_port(struct mbuf **, int *, uint16_t);
47 sctp6_output(struct sctp_inpcb *, struct mbuf *, struct sockaddr *,
48 struct mbuf *, struct proc *);
H A Dudp6_var.h73 int udp6_input(struct mbuf **, int *, int);
H A Dip6protosw.h73 struct mbuf;
102 struct mbuf *ip6c_m; /* start of mbuf chain */
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dethernet-tx.h31 int cvm_oct_xmit(struct mbuf *m, struct ifnet *ifp);
/freebsd-11-stable/sbin/dhclient/
H A Derrwarn.c52 static char mbuf[1024]; variable
68 vsnprintf(mbuf, sizeof(mbuf), fbuf, list);
72 syslog(log_priority | LOG_ERR, "%s", mbuf);
77 write(2, mbuf, strlen(mbuf));
102 vsnprintf(mbuf, sizeof(mbuf), fbuf, list);
106 syslog(log_priority | LOG_ERR, "%s", mbuf);
110 write(2, mbuf, strle
[all...]
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_mbq.h36 * These function implement an mbuf tailq with an optional lock.
52 struct mbuf *head;
53 struct mbuf *tail;
63 void mbq_enqueue(struct mbq *q, struct mbuf *m);
64 struct mbuf *mbq_dequeue(struct mbq *q);
67 static inline struct mbuf *
88 void mbq_safe_enqueue(struct mbq *q, struct mbuf *m);
89 struct mbuf *mbq_safe_dequeue(struct mbq *q);
/freebsd-11-stable/sys/netipsec/
H A Dipsec6.h62 struct secpolicy *ipsec6_checkpolicy(const struct mbuf *,
65 void ipsec6_setsockaddrs(const struct mbuf *, union sockaddr_union *,
67 int ipsec6_input(struct mbuf *, int, int);
68 int ipsec6_in_reject(const struct mbuf *, struct inpcb *);
69 int ipsec6_forward(struct mbuf *);
71 int ipsec6_output(struct mbuf *, struct inpcb *);
72 int ipsec6_capability(struct mbuf *, u_int);
73 int ipsec6_common_input_cb(struct mbuf *, struct secasvar *, int, int);
74 int ipsec6_process_packet(struct mbuf *, struct secpolicy *, struct inpcb *);
76 int ip6_ipsec_filtertunnel(struct mbuf *);
[all...]
/freebsd-11-stable/sys/netgraph/atm/
H A Dngatmbase.h38 struct mbuf;
41 struct mbuf *uni_msg_pack_mbuf(struct uni_msg *, void *, size_t);
48 int _uni_msg_unpack_mbuf(struct mbuf *, struct uni_msg **, const char *, int);
61 int uni_msg_unpack_mbuf(struct mbuf *, struct uni_msg **);
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_fdir.h56 void ixgbe_atr(struct tx_ring *, struct mbuf *);
/freebsd-11-stable/sys/nfsserver/
H A Dnfs.h166 struct nfssvc_sock *slp, struct mbuf **mreqp);
182 struct mbuf *nd_mrep; /* Request mbuf list */
183 struct mbuf *nd_md; /* Current dissect mbuf */
184 struct mbuf *nd_mreq; /* Reply mbuf list */
248 struct mbuf *nfs_rephead(int, struct nfsrv_descript *, int, struct mbuf **,
253 struct vattr *, struct mbuf **, cha
[all...]
/freebsd-11-stable/sys/dev/ena/
H A Dena_datapath.c47 struct mbuf *);
48 static struct mbuf* ena_rx_mbuf(struct ena_ring *, struct ena_com_rx_buf_info *,
51 struct mbuf *);
52 static void ena_tx_csum(struct ena_com_tx_ctx *, struct mbuf *, bool);
54 struct mbuf **mbuf);
55 static int ena_xmit_mbuf(struct ena_ring *, struct mbuf **);
124 ena_mq_start(if_t ifp, struct mbuf *m)
194 if (tx_info->mbuf != NULL)
197 "tx_info doesn't have valid mbuf\
247 struct mbuf *mbuf; local
331 ena_rx_hash_mbuf(struct ena_ring *rx_ring, struct ena_com_rx_ctx *ena_rx_ctx, struct mbuf *mbuf) argument
394 struct mbuf *mbuf; local
494 ena_rx_checksum(struct ena_ring *rx_ring, struct ena_com_rx_ctx *ena_rx_ctx, struct mbuf *mbuf) argument
531 struct mbuf *mbuf; local
672 ena_tx_csum(struct ena_com_tx_ctx *ena_tx_ctx, struct mbuf *mbuf, bool disable_meta_caching) argument
774 ena_check_and_collapse_mbuf(struct ena_ring *tx_ring, struct mbuf **mbuf) argument
802 ena_tx_map_mbuf(struct ena_ring *tx_ring, struct ena_tx_buffer *tx_info, struct mbuf *mbuf, void **push_hdr, u16 *header_len) argument
912 ena_xmit_mbuf(struct ena_ring *tx_ring, struct mbuf **mbuf) argument
1045 struct mbuf *mbuf; local
[all...]

Completed in 144 milliseconds

1234567891011>>