taglinefilesource code
fw_tosxor68include/linux/ip_fw.hunsigned char  fw_tosand, fw_tosxor;  /* Revised packet priority */
fw_tosxor497net/ipv4/ip_fw.ctosxor=f->fw_tosxor;
fw_tosxor572net/ipv4/ip_fw.cftmp->fw_tosxor &= 0xFE;
fw_tosxor614net/ipv4/ip_fw.cftmp->fw_tosxor &= 0xFE;
fw_tosxor1000net/ipv4/ip_fw.clen+=sprintf(buffer+len, " A%02X X%02X", i->fw_tosand, i->fw_tosxor);