tag | line | file | source code |
---|---|---|---|
fw_res | 96 | net/ipv4/ip_forward.c | int fw_res = 0; /* Forwarding result */ |
fw_res | 109 | net/ipv4/ip_forward.c | fw_res=call_fw_firewall(PF_INET, skb, skb->h.iph); |
fw_res | 110 | net/ipv4/ip_forward.c | switch (fw_res) { |
fw_res | 240 | net/ipv4/ip_forward.c | if (!(is_frag&4) && fw_res==FW_MASQUERADE) |