Home
last modified time | relevance | path

Searched refs:mac_drop_pkt (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c81 mac_drop_pkt(mblk_t *mp, const char *fmt, ...) in mac_drop_pkt() function
581 mac_drop_pkt(mp, err); in mac_sw_cksum()
868 mac_drop_pkt(omp, "failed to pull up"); in mac_sw_lso()
905 mac_drop_pkt(omp, "mblk doesn't contain TCP/IP headers"); in mac_sw_lso()
918 mac_drop_pkt(omp, "LSO unsupported IP version: %uhh", in mac_sw_lso()
924 mac_drop_pkt(omp, "LSO unsupported protocol: %uhh", in mac_sw_lso()
930 mac_drop_pkt(omp, "LSO packet has SYN|RST|URG set"); in mac_sw_lso()
936 mac_drop_pkt(omp, "LSO packet too short: %d < %u", len, in mac_sw_lso()
1019 mac_drop_pkt(omp, "LSO not enough segs: %u", nsegs); in mac_sw_lso()
1042 mac_drop_pkt(omp, "failed to alloc segment header"); in mac_sw_lso()
[all …]
/illumos-gate/usr/src/uts/common/io/simnet/
H A Dsimnet.c698 mac_drop_pkt(mp, "invalid L2 header"); in simnet_rx()
803 mac_drop_pkt(mp, "allocb failed"); in simnet_m_tx()
819 mac_drop_pkt(mp, "msgpullup failed"); in simnet_m_tx()
829 mac_drop_pkt(mp, "failed to get thread ref"); in simnet_m_tx()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h686 extern void mac_drop_pkt(mblk_t *, const char *, ...)