taglinefilesource code
tosxor212net/ipv4/ip_fw.cunsigned char    tosand, tosxor;
tosxor498net/ipv4/ip_fw.ctosxor=f->fw_tosxor;
tosxor501net/ipv4/ip_fw.ctosxor=0x00;
tosxor507net/ipv4/ip_fw.cip->tos = (old_tos & tosand) ^ tosxor;