tag
line
file
source code
tosxor
211
net/ipv4/ip_fw.c
unsigned char tosand, tosxor;
tosxor
497
net/ipv4/ip_fw.c
tosxor=f->fw_tosxor;
tosxor
500
net/ipv4/ip_fw.c
tosxor=0x00;
tosxor
506
net/ipv4/ip_fw.c
ip->tos = (old_tos & tosand) ^ tosxor;