taglinefilesource code
fw_tosxor66include/linux/ip_fw.hunsigned char fw_tosand, fw_tosxor;  /* Revised packet priority */
fw_tosxor487net/ipv4/ip_fw.ctosxor=f->fw_tosxor;
fw_tosxor1069net/ipv4/ip_fw.cftmp->fw_tosxor &= 0xFC;
fw_tosxor1101net/ipv4/ip_fw.cftmp->fw_tosxor &= 0xFC;
fw_tosxor1470net/ipv4/ip_fw.clen+=sprintf(buffer+len, " A%02X X%02X", i->fw_tosand, i->fw_tosxor);