tag
line
file
source code
tosxor
213
net/ipv4/ip_fw.c
unsigned char tosand, tosxor;
tosxor
487
net/ipv4/ip_fw.c
tosxor=f->fw_tosxor;
tosxor
491
net/ipv4/ip_fw.c
tosxor=0x00;
tosxor
504
net/ipv4/ip_fw.c
ip->tos = (old_tos & tosand) ^ tosxor;