taglinefilesource code
FW_ACCEPT1418net/appletalk/ddp.cif(call_in_firewall(AF_APPLETALK, skb, ddp)!=FW_ACCEPT)
FW_ACCEPT1452net/appletalk/ddp.cif(call_fw_firewall(AF_APPLETALK, skb, ddp)!=FW_ACCEPT)
FW_ACCEPT1635net/appletalk/ddp.cif(call_out_firewall(AF_APPLETALK, skb, ddp)!=FW_ACCEPT)
FW_ACCEPT1384net/ax25/af_ax25.cif(call_in_firewall(PF_AX25, skb, skb->h.raw)!=FW_ACCEPT)
FW_ACCEPT1438net/ax25/af_ax25.cif(call_fw_firewall(PF_AX25, skb,skb->data)!=FW_ACCEPT)
FW_ACCEPT2184net/ax25/af_ax25.cif(call_out_firewall(PF_AX25, skb, skb->data)!=FW_ACCEPT)
FW_ACCEPT147net/core/firewall.cfirewall_policy[i]=FW_ACCEPT;
FW_ACCEPT112net/ipv4/ip_forward.ccase FW_ACCEPT:
FW_ACCEPT239net/ipv4/ip_fw.creturn FW_ACCEPT;
FW_ACCEPT487net/ipv4/ip_fw.canswer=(policy&IP_FW_F_MASQ)?FW_MASQUERADE:FW_ACCEPT;
FW_ACCEPT294net/ipv4/ip_input.cif ((err=call_in_firewall(PF_INET, skb, iph))<FW_ACCEPT)
FW_ACCEPT369net/ipv4/ip_output.cif(call_out_firewall(PF_INET, skb, iph) < FW_ACCEPT)
FW_ACCEPT711net/ipv4/ip_output.cif(call_out_firewall(PF_INET, skb, iph)< FW_ACCEPT)
FW_ACCEPT915net/ipv4/ip_output.cif(!offset && call_out_firewall(PF_INET, skb, iph) < FW_ACCEPT)
FW_ACCEPT88net/ipv4/ipip.cif((err=call_in_firewall(PF_INET, skb, skb->ip_hdr))<FW_ACCEPT)
FW_ACCEPT616net/ipx/af_ipx.cif (call_in_firewall(PF_IPX, skb, ipx)!=FW_ACCEPT)
FW_ACCEPT660net/ipx/af_ipx.cif (call_fw_firewall(PF_IPX, skb, ipx)!=FW_ACCEPT)
FW_ACCEPT1122net/ipx/af_ipx.cif(call_out_firewall(PF_IPX, skb, ipx)!=FW_ACCEPT)
FW_ACCEPT661net/netrom/nr_route.cif(ax25 && call_in_firewall(PF_NETROM, skb, skb->data)!=FW_ACCEPT)
FW_ACCEPT663net/netrom/nr_route.cif(!ax25 && call_out_firewall(PF_NETROM, skb, skb->data)!=FW_ACCEPT)
FW_ACCEPT700net/netrom/nr_route.cif(ax25 && call_fw_firewall(PF_NETROM, skb, skb->data)!=FW_ACCEPT)