tag | line | file | source code |
---|---|---|---|
fw_res | 1023 | net/ipv4/ip.c | int fw_res = 0; /* Forwarding result */ |
fw_res | 1033 | net/ipv4/ip.c | fw_res=ip_fw_chk(skb->h.iph, dev, ip_fw_fwd_chain, ip_fw_fwd_policy, 0); |
fw_res | 1034 | net/ipv4/ip.c | switch (fw_res) { |
fw_res | 1167 | net/ipv4/ip.c | if (!(is_frag&4) && fw_res==2) |