tag | line | file | source code |
---|---|---|---|
fw_tosxor | 68 | include/linux/ip_fw.h | unsigned char fw_tosand, fw_tosxor; /* Revised packet priority */ |
fw_tosxor | 497 | net/ipv4/ip_fw.c | tosxor=f->fw_tosxor; |
fw_tosxor | 572 | net/ipv4/ip_fw.c | ftmp->fw_tosxor &= 0xFE; |
fw_tosxor | 614 | net/ipv4/ip_fw.c | ftmp->fw_tosxor &= 0xFE; |
fw_tosxor | 1038 | net/ipv4/ip_fw.c | len+=sprintf(buffer+len, " A%02X X%02X", i->fw_tosand, i->fw_tosxor); |