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