TOS - Type of Service

This module matches the 8 bits of Type of Service field in the IP header (ie. including the precedence bits).

iptables -A INPUT --match tos --tos Minimize-Delay -j ACCEPT

The argument is either a standard name, or a numeric value to match. Run iptables -m tos -h to see the list of allowed names).