Home
last modified time | relevance | path

Searched refs:msgpullup (Results 1 – 25 of 42) sorted by relevance

12

/titanic_41/usr/src/uts/common/io/
H A Dgldutil.c184 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_ether()
306 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_ether()
644 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_ib()
698 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_ib()
1047 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_fddi()
1102 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_fddi()
1422 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_tr()
1484 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_tr()
1591 llcmp = pmp = msgpullup(nmp, LLC_HDR1_LEN); in gld_unitdata_tr()
H A Dstrsun.c234 newdatamp = msgpullup(datamp, size); in miocpullup()
H A Dcryptmod.c3190 bp = msgpullup(mp, -1); in cryptmodwsrv()
3756 if ((bp = msgpullup(mp, -1)) != NULL) { in cryptmodrsrv()
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c439 zmp = msgpullup(mp, PPP_HDRLEN); in spppcomp_outpkt()
512 zmp = msgpullup(mp, copied); in spppcomp_outpkt()
566 zmp = msgpullup(mp, copied); in spppcomp_outpkt()
1411 zmp = msgpullup(mp, len); in spppcomp_inpkt()
1506 zmp = msgpullup(mp, hlen + PPP_HDRLEN); in spppcomp_inpkt()
/titanic_41/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c199 tmp_msg = msgpullup(msg, -1); in zyd_usb_ctrl_recv()
775 tmp_blk = msgpullup(mblk, -1); in zyd_cmd_in_cb()
904 tmp_blk = msgpullup(mblk, -1); in zyd_data_in_cb()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_util.c273 mp1 = msgpullup(mp, offset + end); in mac_fix_cksum()
939 newmp = msgpullup(mp, -1); in mac_pkt_hash()
H A Dmac_protect.c1425 newmp = msgpullup(mp, -1); in get_l3_info()
/titanic_41/usr/src/uts/common/sys/
H A Dstream.h788 extern mblk_t *msgpullup(struct msgb *, ssize_t);
/titanic_41/usr/src/uts/common/io/dls/
H A Ddls.c502 newmp = msgpullup(payload, -1); in dls_header()
H A Ddls_link.c115 if ((newmp = msgpullup((mp), -1)) == NULL) { \
/titanic_41/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c1093 mp = msgpullup(ecmp->ecm_rcv_queue, -1); in usbecm_bulkin_cb()
1307 br->bulk_data = msgpullup(new_data, -1); /* msg allocated! */ in usbecm_send_data()
1310 br->bulk_data = msgpullup(data, -1); /* msg allocated! */ in usbecm_send_data()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_sadb.c824 placeholder = msgpullup(data_mp, -1); in ipsec_inbound_esp_sa()
H A Dspd.c2727 if ((spare_mp = msgpullup(mp, -1)) == NULL) in ipsec_init_inbound_sel()
2791 (spare_mp = msgpullup(mp, -1)) == NULL) { in ipsec_init_inbound_sel()
2844 spare_mp = msgpullup(mp, -1); in ipsec_init_outbound_ports()
2888 (spare_mp = msgpullup(mp, -1)) == NULL) { in ipsec_init_outbound_ports()
5237 nmp = msgpullup(mp, -1); in ipsec_tun_outbound()
5630 nmp = msgpullup(data_mp, -1); in ipsec_tun_inbound()
6284 nmp = msgpullup(mp, -1); in ipsec_fragcache_add()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c730 nmp = msgpullup(mp, -1); in oce_send_packet()
/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_tx.c768 if ((pMblk = msgpullup(pMblk, l4HdrLen)) == NULL) in BnxeGetHdrInfo()
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c416 if ((pull_mp = msgpullup(mp, -1)) == NULL) { in ixgbe_ring_tx()
/titanic_41/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c1320 if ((nmp = msgpullup(mp, -1)) == NULL) { in devaudio_wput()
/titanic_41/usr/src/uts/common/inet/iptun/
H A Diptun.c2694 if ((tmpmp = msgpullup(mp, -1)) == NULL) { in iptun_input_icmp()
3113 if ((newmp = msgpullup(mp, -1)) == NULL) { in iptun_output()
/titanic_41/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_cmn_func.c997 if ((nmp = msgpullup(mp->b_cont, -1)) == NULL) { in oplmsu_cmn_pullup_msg()
/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_asconf.c298 nmp = msgpullup(mp, -1); in sctp_asconf_send()
/titanic_41/usr/src/uts/common/io/dld/
H A Ddld_str.c796 hmp = msgpullup(mp, -1); in i_dld_ether_header_update_tag()
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2188 m = msgpullup(*fp, -1); in get_frame_txinfo()
2221 m = msgpullup(*fp, -1); in get_frame_txinfo()
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c2938 if ((mp = msgpullup(epp->ep_data, -1)) != NULL) { in ugen_epx_intr_IN_req_cb()
3449 if ((mp1 = msgpullup(mp2, -1)) != NULL) { in ugen_epx_isoc_IN_req_cb()
/titanic_41/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c2027 zmp = msgpullup(mp, PPP_HDRLEN); in sppp_recv()
/titanic_41/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c909 encmb = msgpullup(mp, 3); in sppptun_outpkt()

12