Home
last modified time | relevance | path

Searched refs:MBLKHEAD (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dstrsun.h53 #define MBLKHEAD(mp) _PTRDIFF((mp)->b_rptr, DB_BASE(mp)) macro
/titanic_50/usr/src/uts/sun4v/io/
H A Dvnet_common.c74 if (DB_REF(mp) == 1 && MBLKHEAD(mp) >= VLAN_TAGSZ) { in vnet_vlan_insert_tag()
/titanic_50/usr/src/uts/common/io/
H A Dgldutil.c382 if (DB_REF(nmp) == 1 && MBLKHEAD(nmp) >= hdrlen) { in gld_unitdata_ether()
438 if (DB_REF(mp) == 1 && MBLKHEAD(mp) >= VTAG_SIZE) { in gld_insert_vtag_ether()
912 if (DB_REF(nmp) == 1 && MBLKHEAD(nmp) >= hdrlen) { in gld_unitdata_ib()
1174 if (DB_REF(nmp) == 1 && MBLKHEAD(nmp) >= hdrlen) { in gld_unitdata_fddi()
1604 if (DB_REF(nmp) == 1 && MBLKHEAD(nmp) >= hdrlen) { in gld_unitdata_tr()
/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c723 diff = MBLKHEAD(m); in nbssn_send()
/titanic_50/usr/src/uts/common/io/chxge/
H A Dch.c1746 if (MBLKHEAD(mp) >= SZ_CPL_TX_PKT) { in ch_send()
/titanic_50/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c974 ASSERT(MBLKHEAD(mp) >= sizeof (struct ether_header)); in receive_marker_pdu()
/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c451 MBLKHEAD(chunk_head) < sizeof (*sdc)) { in sctp_chunkify()
/titanic_50/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c1591 (MBLKHEAD(nmp) >= sizeof (struct ether_header)) &&
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c5262 (MBLKHEAD(nmp) >= hdr_size) && in fcip_udreq()