Searched refs:mblk_t (Results 51 - 75 of 728) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h72 struct cred *, mblk_t **);
114 int, struct cred *, mblk_t **);
139 struct cred *, mblk_t **, struct sof_instance *, boolean_t);
141 struct cred *, mblk_t **);
155 extern ssize_t so_queue_msg(sock_upper_handle_t, mblk_t *, size_t, int,
157 extern ssize_t so_queue_msg_impl(struct sonode *, mblk_t *, size_t, int,
185 extern int so_dequeue_msg(struct sonode *, mblk_t **, struct uio *,
187 extern void so_enqueue_msg(struct sonode *, mblk_t *, size_t);
188 extern void so_process_new_message(struct sonode *, mblk_t *, mblk_t *);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h481 mblk_t *itpfe_fraglist; /* list of fragments */
845 extern mblk_t *ipsec_add_crypto_data(mblk_t *, ipsec_crypto_t **);
846 extern mblk_t *ipsec_remove_crypto_data(mblk_t *, ipsec_crypto_t **);
847 extern mblk_t *ipsec_free_crypto_data(mblk_t *);
853 extern mblk_t *ipsec_check_global_policy(mblk_t *, conn_t *, ipha_t *,
855 extern mblk_t *ipsec_check_inbound_polic
[all...]
H A Dip.h200 ((mp)->b_next = (mblk_t *)(uintptr_t)(u))
203 ((mp)->b_prev = (mblk_t *)(uintptr_t)(u))
301 mblk_t *ipf_mp; /* mblk we live in. */
302 mblk_t *ipf_tail_mp; /* Frag queue tail pointer. */
870 * are part of an mblk_t chain that hangs off of the ILL (ill_saved_ire_mp).
1141 mblk_t *ipx_mphead; /* messages tied to this op */
1142 mblk_t *ipx_mptail;
1151 mblk_t *ipx_pending_mp; /* current ioctl mp while waiting */
1162 mblk_t *ipsq_switch_mp; /* op to handle right after switch */
1163 mblk_t *ipsq_xopq_mphea
[all...]
H A Dip_arp.h67 mblk_t *arl_dlpi_deferred;
68 mblk_t *arl_unbind_mp;
69 mblk_t *arl_detach_mp;
109 extern void arp_failure(mblk_t *, ip_recv_attr_t *);
H A Dip6_asp.h117 typedef void (*aspfunc_t)(ipsq_t *, queue_t *, mblk_t *, void *);
124 extern void ip6_asp_replace(mblk_t *mp, ip6_asp_t *, size_t, boolean_t,
128 extern void ip6_asp_pending_op(queue_t *, mblk_t *, aspfunc_t);
H A Dspdsock.h50 mblk_t *spds_mp_algs;
81 mblk_t *spdsock_dump_req;
85 mblk_t *spdsock_timeout_arg;
H A Dsadb.h148 mblk_t *ipsa_lpkt; /* Packet received while larval (CAS me) */
149 mblk_t *ipsa_bpkt_head; /* Packets received while idle */
150 mblk_t *ipsa_bpkt_tail;
303 * The mblk_t is the data; the IPsec information is in the attributes
308 mblk_t *(*ipsa_output_func)(mblk_t *, ip_xmit_attr_t *);
309 mblk_t *(*ipsa_input_func)(mblk_t *, void *, ip_recv_attr_t *);
508 mblk_t *ipsacq_mp; /* List of datagrams waiting for an SA. */
578 void (*s_acqfn)(ipsacq_t *, mblk_t *, netstack_
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsqueue_impl.h82 typedef void (*sqproc_t)(void *, mblk_t *, void *, struct ip_recv_attr_s *);
83 typedef void (*sq_enter_proc_t)(squeue_t *, mblk_t *, mblk_t *, uint32_t,
96 mblk_t *sq_first; /* first mblk chain or NULL */
97 mblk_t *sq_last; /* last mblk chain or NULL */
124 mblk_t *sq_curmp;
H A Dlogindmux_impl.h48 mblk_t *prot_mp; /* carries protocol messages */
60 mblk_t *unlink_mp; /* mblk used in logdmux_unlink_timer */
H A Dmultidata.h145 extern multidata_t *mmd_alloc(mblk_t *, mblk_t **, int);
146 extern int mmd_addpldbuf(multidata_t *, mblk_t *);
147 extern multidata_t *mmd_getmultidata(mblk_t *);
157 extern mblk_t *mmd_transform(pdesc_t *);
158 extern mblk_t *mmd_transform_link(pdesc_t *);
159 extern int mmd_dupbufs(multidata_t *, mblk_t **, mblk_t **);
H A Dser_sync.h198 mblk_t *sl_rhead; /* receive: head of active message */
199 mblk_t *sl_ractb; /* receive: active message block */
200 mblk_t *sl_rstandby[ZSH_MAX_RSTANDBY];
202 mblk_t *sl_xhead; /* transmit: head of active message */
203 mblk_t *sl_xactb; /* transmit: active message block */
204 mblk_t *sl_xstandby; /* transmit: next available message */
205 mblk_t *sl_rdone[ZSH_RDONE_MAX];
209 mblk_t *sl_mstat; /* most recent modem status change */
H A Dstrsubr.h117 * msgfunc(vnode_t *vp, mblk_t *mp, strwakeup_t *wakeups,
130 typedef mblk_t *(*msgfunc_t)(vnode_t *, mblk_t *, strwakeup_t *,
453 mblk_t *sq_evhead; /* Event message on the syncq */
454 mblk_t *sq_evtail;
1093 extern int putiocd(mblk_t *, caddr_t, int, cred_t *);
1094 extern int getiocd(mblk_t *, caddr_t, int);
1113 extern int strmakectl(struct strbuf *, int32_t, int32_t, mblk_t **);
1114 extern int strmakedata(ssize_t *, struct uio *, stdata_t *, int32_t, mblk_t **);
1116 struct stdata *, int32_t, mblk_t **);
[all...]
H A Dmac.h325 typedef mblk_t *(*mac_tx_ring_fn_t)(void *, mblk_t *, uintptr_t,
335 typedef mblk_t *(*mac_bridge_tx_t)(mac_handle_t, mac_ring_handle_t, mblk_t *);
336 typedef void (*mac_bridge_rx_t)(mac_handle_t, mac_resource_handle_t, mblk_t *);
357 typedef void (*mac_rx_t)(void *, mac_resource_handle_t, mblk_t *,
359 typedef mblk_t *(*mac_receive_t)(void *, int);
427 mblk_t *, mac_header_info_t *);
446 typedef mblk_t *(*mtops_header_t)(const void *, const void *,
447 uint32_t, void *, mblk_t *, size_
[all...]
H A Dvt_impl.h54 mblk_t *wa_mp;
111 void vt_ioctl(queue_t *q, mblk_t *mp);
112 void vt_miocdata(queue_t *qp, mblk_t *mp);
116 int vt_check_hotkeys(mblk_t *mp);
H A Dhook_event.h60 mblk_t **hpe_mp;
61 mblk_t *hpe_mb;
133 * hpo_pkt Pointer to the mblk_t containig this structure with
148 mblk_t *hpo_pkt;
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c212 mblk_t *
215 mblk_t *mblk;
238 m_length(mblk_t *mblk)
249 mb_initm(struct mbchain *mbp, mblk_t *m)
260 mblk_t *mblk;
289 mblk_t *
292 mblk_t *m;
300 * Returns the length of the mblk_t data.
304 m_fixhdr(mblk_t *m0)
333 mblk_t *
[all...]
/opensolaris-onvv-gate/usr/src/stand/lib/inet/
H A Dipv4_impl.h50 mblk_t *mp; /* Fragment including IP header */
97 extern int ipv4_tcp_output(int, mblk_t *);
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_pipe.h82 int keyspan_send_data(keyspan_pipe_t *, mblk_t **, void *);
83 int keyspan_send_data_port0(keyspan_pipe_t *, mblk_t **, void *);
/opensolaris-onvv-gate/usr/src/uts/common/sys/sbp2/
H A Dbus.h61 mblk_t **bpp, size_t len); /* block read callback */
65 mblk_t **bpp); /* block write callback */
112 mblk_t **bpp, int len, int *err);
116 mblk_t *bp, int len, int *berr);
/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dvnet_common.h138 mblk_t *vnet_vlan_insert_tag(mblk_t *mp, uint16_t vid);
139 mblk_t *vnet_vlan_remove_tag(mblk_t *mp);
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.h93 mblk_t *sa_rx_buf; /* ptr to receive buffer */
103 mblk_t *sa_mqhead; /* pointer to the first message */
104 mblk_t *sa_mqtail; /* pointer to the last message */
/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_pkt.c30 mblk_t *
31 softmac_m_tx(void *arg, mblk_t *mp)
48 mblk_t *next = mp->b_next;
61 softmac_rput_process_data(softmac_lower_t *slp, mblk_t *mp)
70 mblk_t *tmp;
100 softmac_output(softmac_lower_t *slp, mblk_t *mp, t_uscalar_t dl_prim,
101 t_uscalar_t ack, mblk_t **mpp)
163 softmac_ioctl_tx(softmac_lower_t *slp, mblk_t *mp, mblk_t **mpp)
192 softmac_mexchange_error_ack(mblk_t **mp
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dtirdwr.c79 static void tirdwrrput(queue_t *q, mblk_t *mp);
80 static void tirdwrwput(queue_t *q, mblk_t *mp);
150 static void send_fatal(queue_t *q, mblk_t *mp);
213 mblk_t *mp;
245 tirdwrrput(queue_t *q, mblk_t *mp)
249 mblk_t *tmp;
291 tmp = (mblk_t *)unlinkb(mp);
307 tmp = (mblk_t *)unlinkb(mp);
329 tirdwrwput(queue_t *q, mblk_t *mp)
360 send_fatal(queue_t *q, mblk_t *m
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dserializer.c119 mblk_t *ser_first; /* First message in the queue */
120 mblk_t *ser_last; /* Last message in the queue */
122 mblk_t *ser_curr; /* Currently executing msg (D) */
139 static void serializer_exec(serializer_t *, srproc_t, mblk_t *, void *);
140 static void serializer_enqueue(serializer_t *, srproc_t, mblk_t *, void *);
152 serializer_exec(serializer_t *s, srproc_t proc, mblk_t *mp, void *arg)
170 serializer_enqueue(serializer_t *s, srproc_t proc, mblk_t *mp, void *arg)
175 mblk_t *, mp, void *, arg, srproc_t, proc);
178 mp->b_prev = (mblk_t *)arg;
192 mblk_t *m
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/aggr/
H A Daggr_recv.c43 aggr_mac_rx(mac_handle_t lg_mh, mac_resource_handle_t mrh, mblk_t *mp)
54 aggr_recv_lacp(aggr_port_t *port, mac_resource_handle_t mrh, mblk_t *mp)
60 mblk_t *nmp = copymsg(mp);
75 aggr_recv_cb(void *arg, mac_resource_handle_t mrh, mblk_t *mp,
84 mblk_t *cmp, *last, *head;

Completed in 317 milliseconds

1234567891011>>