Searched refs:PKT_TOO_SMALL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1611 #define PKT_TOO_SMALL(s, end) ((s)->fs_mp->b_wptr < (end)) macro
1677 if (PKT_TOO_SMALL(s, l2->l2_start + sizeof (*evhp)))
1728 if (PKT_TOO_SMALL(s, l2->l2_start + sizeof (struct ether_header)))
1733 if (PKT_TOO_SMALL(s, l2->l2_start + sizeof (*evhp)))
1957 if (PKT_TOO_SMALL(s, l3_start + IP_SIMPLE_HDR_LENGTH))
2331 if (PKT_TOO_SMALL(s, l4_start + sizeof (*tcph)))
2341 if (PKT_TOO_SMALL(s, l4_start + sizeof (*udph)))
2351 if (PKT_TOO_SMALL(s, l4_start + sizeof (*sctph)))

Completed in 47 milliseconds