tag | line | file | source code |
FW_ACCEPT | 1454 | net/appletalk/ddp.c | if(call_in_firewall(AF_APPLETALK, skb->dev, ddp)!=FW_ACCEPT) |
FW_ACCEPT | 1488 | net/appletalk/ddp.c | if(call_fw_firewall(AF_APPLETALK, skb->dev, ddp)!=FW_ACCEPT) |
FW_ACCEPT | 1749 | net/appletalk/ddp.c | if(call_out_firewall(AF_APPLETALK, skb->dev, ddp)!=FW_ACCEPT) |
FW_ACCEPT | 1600 | net/ax25/af_ax25.c | if (call_in_firewall(PF_AX25, skb->dev, skb->h.raw) != FW_ACCEPT) { |
FW_ACCEPT | 1658 | net/ax25/af_ax25.c | if (call_fw_firewall(PF_AX25, skb->dev, skb->data) != FW_ACCEPT) { |
FW_ACCEPT | 2440 | net/ax25/af_ax25.c | if (call_out_firewall(PF_AX25, skb->dev, skb->data) != FW_ACCEPT) { |
FW_ACCEPT | 163 | net/core/firewall.c | firewall_policy[i]=FW_ACCEPT; |
FW_ACCEPT | 118 | net/ipv4/ip_forward.c | case FW_ACCEPT: |
FW_ACCEPT | 356 | net/ipv4/ip_forward.c | if((fw_res = call_out_firewall(PF_INET, skb2->dev, iph)) < FW_ACCEPT) |
FW_ACCEPT | 250 | net/ipv4/ip_fw.c | return FW_ACCEPT; |
FW_ACCEPT | 509 | net/ipv4/ip_fw.c | answer=(policy&IP_FW_F_MASQ)?FW_MASQUERADE:FW_ACCEPT; |
FW_ACCEPT | 892 | net/ipv4/ip_fw.c | *policies[fwtype], 2)) == FW_ACCEPT) |
FW_ACCEPT | 307 | net/ipv4/ip_input.c | if ((err=call_in_firewall(PF_INET, skb->dev, iph))<FW_ACCEPT) |
FW_ACCEPT | 382 | net/ipv4/ip_output.c | if(call_out_firewall(PF_INET, skb->dev, iph) < FW_ACCEPT) { |
FW_ACCEPT | 715 | net/ipv4/ip_output.c | if(call_out_firewall(PF_INET, skb->dev, iph)< FW_ACCEPT) |
FW_ACCEPT | 919 | net/ipv4/ip_output.c | if(!offset && call_out_firewall(PF_INET, skb->dev, iph) < FW_ACCEPT) |
FW_ACCEPT | 88 | net/ipv4/ipip.c | if((err=call_in_firewall(PF_INET, skb->dev, skb->ip_hdr))<FW_ACCEPT) |
FW_ACCEPT | 719 | net/ipx/af_ipx.c | if (call_in_firewall(PF_IPX, skb->dev, ipx)!=FW_ACCEPT) |
FW_ACCEPT | 763 | net/ipx/af_ipx.c | if (call_fw_firewall(PF_IPX, skb->dev, ipx)!=FW_ACCEPT) |
FW_ACCEPT | 1321 | net/ipx/af_ipx.c | if(call_out_firewall(PF_IPX, skb->dev, ipx)!=FW_ACCEPT) |
FW_ACCEPT | 659 | net/netrom/nr_route.c | if(ax25 && call_in_firewall(PF_NETROM, skb->dev, skb->data)!=FW_ACCEPT) |
FW_ACCEPT | 661 | net/netrom/nr_route.c | if(!ax25 && call_out_firewall(PF_NETROM, skb->dev, skb->data)!=FW_ACCEPT) |
FW_ACCEPT | 698 | net/netrom/nr_route.c | if(ax25 && call_fw_firewall(PF_NETROM, skb->dev, skb->data)!=FW_ACCEPT) |