Lines Matching refs:mblk_t

148 	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_t *);
742 mblk_t *sadb_keysock_out(minor_t);
745 void sadb_pfkey_echo(queue_t *, mblk_t *, sadb_msg_t *, struct keysock_in_s *,
747 void sadb_pfkey_error(queue_t *, mblk_t *, int, int, uint_t);
748 void sadb_keysock_hello(queue_t **, queue_t *, mblk_t *, void (*)(void *),
750 int sadb_addrcheck(queue_t *, mblk_t *, sadb_ext_t *, uint_t, netstack_t *);
751 boolean_t sadb_addrfix(keysock_in_t *, queue_t *, mblk_t *, netstack_t *);
753 int sadb_delget_sa(mblk_t *, keysock_in_t *, sadbp_t *, int *, queue_t *,
756 int sadb_purge_sa(mblk_t *, keysock_in_t *, sadb_t *, int *, queue_t *);
757 int sadb_common_add(queue_t *, mblk_t *, sadb_msg_t *,
762 int sadb_update_sa(mblk_t *, keysock_in_t *, mblk_t **, sadbp_t *,
763 int *, queue_t *, int (*)(mblk_t *, keysock_in_t *, int *, netstack_t *),
765 void sadb_acquire(mblk_t *, ip_xmit_attr_t *, boolean_t, boolean_t);
775 mblk_t *sadb_setup_acquire(ipsacq_t *, uint8_t, struct ipsec_stack *);
780 int sadb_dump(queue_t *, mblk_t *, keysock_in_t *, sadb_t *);
787 mblk_t *sadb_set_lpkt(ipsa_t *, mblk_t *, ip_recv_attr_t *);
788 mblk_t *sadb_clear_lpkt(ipsa_t *);
789 void sadb_buf_pkt(ipsa_t *, mblk_t *, ip_recv_attr_t *);
799 mblk_t *tmp; \