tag | line | file | source code |
FW_ACCEPT | 1074 | net/ipv4/ip.c | case FW_ACCEPT: |
FW_ACCEPT | 1399 | net/ipv4/ip.c | if ((err=ip_fw_chk(iph,dev,ip_fw_blk_chain,ip_fw_blk_policy, 0))<FW_ACCEPT) |
FW_ACCEPT | 1840 | net/ipv4/ip.c | if(ip_fw_chk(iph, dev, ip_fw_blk_chain, ip_fw_blk_policy, 0) < FW_ACCEPT) |
FW_ACCEPT | 2600 | net/ipv4/ip.c | if(ip_fw_chk(iph, dev, ip_fw_blk_chain, ip_fw_blk_policy,0) < FW_ACCEPT) |
FW_ACCEPT | 2784 | net/ipv4/ip.c | if(!offset && ip_fw_chk(iph, dev, ip_fw_blk_chain, ip_fw_blk_policy,0) < FW_ACCEPT) |
FW_ACCEPT | 236 | net/ipv4/ip_fw.c | return FW_ACCEPT; |
FW_ACCEPT | 479 | net/ipv4/ip_fw.c | return ((f_flag&IP_FW_F_MASQ)?FW_MASQUERADE:FW_ACCEPT); |
FW_ACCEPT | 93 | net/ipv4/ipip.c | if((err=ip_fw_chk(skb->ip_hdr,dev,ip_fw_blk_chain, ip_fw_blk_policy,0))<FW_ACCEPT) |