Home
last modified time | relevance | path

Searched refs:MPT_IPNOSPOOF (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow.h151 #define MPT_IPNOSPOOF 0x00000004 macro
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdladm.c103 { MPT_IPNOSPOOF, "ip-nospoof" },
H A Dlinkprop.c473 { "ip-nospoof", MPT_IPNOSPOOF },
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c2638 if (MAC_PROTECT_ENABLED(mcip, MPT_IPNOSPOOF)) { in mac_rx_srs_drain()
2914 if (MAC_PROTECT_ENABLED(mcip, MPT_IPNOSPOOF)) { in mac_rx_srs_drain_bw()
H A Dmac_protect.c2318 if ((types & MPT_IPNOSPOOF) != 0) { in mac_protect_check_one()