Searched refs:IFCAP_TXRTLMT (Results 1 – 6 of 6) sorted by relevance
246 #define IFCAP_TXRTLMT 0x1000000 /* hardware supports TX rate limiting */ macro
1789 cap |= (p->if_capabilities & IFCAP_TXRTLMT); in vlan_capabilities()1790 ena |= (mena & IFCAP_TXRTLMT); in vlan_capabilities()
232 #define IFCAP_TXRTLMT 0x1000000 /* hardware supports TX rate limiting */ macro
1129 if (((ifp->if_capenable & IFCAP_TXRTLMT) == 0) || in tcp_rl_ifnet_link()1217 if ((ifp->if_capenable & IFCAP_TXRTLMT) == 0) { in tcp_set_pacing_rate()
3528 } else if (!(ifp->if_capenable & IFCAP_TXRTLMT)) { in in_pcboutput_txrtlmt_locked()
1822 DEF_CMD("txrtlmt", IFCAP_TXRTLMT, setifcap),1823 DEF_CMD("-txrtlmt", -IFCAP_TXRTLMT, setifcap),