Home
last modified time | relevance | path

Searched refs:pullupmsg (Results 1 – 25 of 56) sorted by relevance

123

/titanic_53/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_sign.c204 if (!pullupmsg(mp, SMB_HDRLEN)) in smb_rq_sign()
260 if (!pullupmsg(mp, SMB_HDRLEN)) in smb_rq_verify()
H A Dsmb_trantcp.c302 if (!pullupmsg(nbp->nbp_frag, sizeof (len))) in nbssn_peekhdr()
H A Dsubr_mchain.c1008 if (!pullupmsg(m, rqlen)) { in m_pullup()
/titanic_53/usr/src/uts/common/ipp/dscpmk/
H A Ddscpmk.c76 if (!pullupmsg(mp, IP_SIMPLE_HDR_LENGTH)) { in dscpmk_process()
/titanic_53/usr/src/uts/common/ipp/meters/
H A Dtswtcl.c92 if (!pullupmsg(mp, IP_SIMPLE_HDR_LENGTH)) { in tswtcl_process()
H A Dtokenmt.c102 if (!pullupmsg(mp, IP_SIMPLE_HDR_LENGTH)) { in tokenmt_process()
/titanic_53/usr/src/uts/common/ktli/
H A Dt_krcvudat.c210 if (!pullupmsg(bp, MBLKL(bp))) { in t_krcvudata()
/titanic_53/usr/src/uts/common/io/
H A Dtrill.c235 if (!pullupmsg(fwd_mp, ethhdrlen + sizeof (trill_header_t))) in trill_dest_fwd()
399 !pullupmsg(mp, min_size)) in trill_recv()
430 if (!pullupmsg(mp, min_size)) in trill_recv()
447 if (!pullupmsg(mp, min_size)) in trill_recv()
H A Dpfmod.c285 if (pullupmsg(mbp, MIN(need, len)) == 0) { in pfrput()
H A Drlmod.c887 if ((pullupmsg(newmp, -1)) == 0) { in rlmodrmsg()
/titanic_53/usr/src/uts/common/sys/
H A Dstream.h787 extern int pullupmsg(struct msgb *, ssize_t);
/titanic_53/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c653 if (!pullupmsg(mp, -1)) { in parse_packet6()
/titanic_53/usr/src/uts/common/inet/ip/
H A Drts.c889 if (!pullupmsg(mp, sizeof (rt_msghdr_t))) { in rts_wrw()
1437 if (!pullupmsg(mp, sizeof (rt_msghdr_t))) { in rts_send()
H A Dipsecah.c2048 if (!pullupmsg(mp, -1) || in ah_icmp_error_v6()
2162 if (!pullupmsg(mp, (uchar_t *)ipha + hdr_length + 8 - in ah_icmp_error_v4()
2231 if (!pullupmsg(mp, (uchar_t *)ah + ah_length - mp->b_rptr)) { in ah_icmp_error_v4()
3092 if (!pullupmsg(mp, hdr_size)) in ah_process_ip_options_v6()
3574 if (!pullupmsg(data_mp, (uchar_t *)ah + ah_length - in ah_inbound()
H A Dip_sadb.c697 if (!pullupmsg(mp, pullup_len)) { in ipsec_inbound_ah_sa()
H A Dicmp.c3082 if (!pullupmsg(mp, IP_SIMPLE_HDR_LENGTH)) { in icmp_output_hdrincl()
3249 if (!pullupmsg(mp, ip_hdr_length + tp_hdr_len)) { in icmp_output_hdrincl()
4294 if (!pullupmsg(data_mp, IP_SIMPLE_HDR_LENGTH)) { in icmp_wput()
5660 if (!pullupmsg(mp, IP_SIMPLE_HDR_LENGTH)) { in rawip_send()
/titanic_53/usr/src/uts/common/rpc/
H A Dxdr_mblk.c163 while (!pullupmsg(m, sizeof (int32_t))) { in xdrmblk_getint32()
/titanic_53/usr/src/uts/common/io/chxge/
H A Dch.c1752 if (pullupmsg(mp, -1) == 0) { in ch_send()
1759 if (pullupmsg(mp, MAX_ALL_HDRLEN) == 0) { in ch_send()
/titanic_53/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c262 if (!pullupmsg(mp, -1)) { in flowacct_extract_header()
/titanic_53/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c388 if (pullupmsg(mp, -1) == 0) { in sctp_lookup_by_faddrs()
/titanic_53/usr/src/uts/sun4u/opl/io/
H A Ddm2s.c1203 if (pullupmsg(mp, -1) != 1) { in dm2s_prep_scatgath()
/titanic_53/usr/src/uts/common/inet/kssl/
H A Dksslapi.c996 if (pullupmsg(mp, -1)) { in kssl_handle_any_record()
H A Dksslrec.c2344 if (!pullupmsg(mp, rhsz)) { in kssl_get_next_record()
2381 if (!pullupmsg(mp, total_size)) { in kssl_get_next_record()
/titanic_53/usr/src/uts/common/io/simnet/
H A Dsimnet.c792 if (!pullupmsg(mp, -1)) { in simnet_m_tx()
/titanic_53/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1721 if (pullupmsg(m, len + ipoff + inc) == 0) {
2926 if (pullupmsg(pkt, -1) == 0) {

123