/linux-4.1.27/net/bridge/netfilter/ |
D | nf_log_bridge.c | 29 nf_log_packet(net, NFPROTO_IPV4, hooknum, skb, in, out, in nf_log_bridge_packet() 33 nf_log_packet(net, NFPROTO_IPV6, hooknum, skb, in, out, in nf_log_bridge_packet() 38 nf_log_packet(net, NFPROTO_ARP, hooknum, skb, in, out, in nf_log_bridge_packet()
|
D | ebt_nflog.c | 34 nf_log_packet(net, PF_BRIDGE, par->hooknum, skb, par->in, in ebt_nflog_tg()
|
D | ebt_log.c | 194 nf_log_packet(net, NFPROTO_BRIDGE, par->hooknum, skb, in ebt_log_tg()
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_proto_udplite.c | 134 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, in udplite_error() 144 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, in udplite_error() 152 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, in udplite_error() 162 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, in udplite_error()
|
D | nf_conntrack_proto_udp.c | 123 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, in udp_error() 131 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, in udp_error() 147 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, in udp_error()
|
D | nf_conntrack_proto_tcp.c | 716 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, in tcp_in_window() 768 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, in tcp_error() 776 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, in tcp_error() 789 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, in tcp_error() 798 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, in tcp_error() 955 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, in tcp_packet() 980 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, in tcp_packet() 997 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, in tcp_packet() 1009 nf_log_packet(net, pf, 0, skb, NULL, NULL, in tcp_packet()
|
D | xt_LOG.c | 42 nf_log_packet(net, par->family, par->hooknum, skb, par->in, par->out, in log_tg()
|
D | nf_conntrack_proto_dccp.c | 459 nf_log_packet(net, nf_ct_l3num(ct), 0, skb, NULL, NULL, in dccp_new() 546 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, in dccp_packet() 552 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, in dccp_packet() 617 nf_log_packet(net, pf, 0, skb, NULL, NULL, NULL, "%s", msg); in dccp_error()
|
D | xt_osf.c | 330 nf_log_packet(net, p->family, p->hooknum, skb, in xt_osf_match_packet() 345 nf_log_packet(net, p->family, p->hooknum, skb, p->in, in xt_osf_match_packet()
|
D | nf_log.c | 191 void nf_log_packet(struct net *net, in nf_log_packet() function 218 EXPORT_SYMBOL(nf_log_packet);
|
D | nft_log.c | 36 nf_log_packet(net, pkt->ops->pf, pkt->ops->hooknum, pkt->skb, pkt->in, in nft_log_eval()
|
D | nf_conntrack_helper.c | 355 nf_log_packet(nf_ct_net(ct), nf_ct_l3num(ct), 0, skb, NULL, NULL, NULL, in nf_ct_helper_log()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_conntrack_proto_icmpv6.c | 134 nf_log_packet(nf_ct_net(ct), PF_INET6, 0, skb, NULL, in icmpv6_new() 207 nf_log_packet(net, PF_INET6, 0, skb, NULL, NULL, NULL, in icmpv6_error() 215 nf_log_packet(net, PF_INET6, 0, skb, NULL, NULL, NULL, in icmpv6_error()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_conntrack_proto_icmp.c | 191 nf_log_packet(net, PF_INET, 0, skb, NULL, NULL, in icmp_error() 200 nf_log_packet(net, PF_INET, 0, skb, NULL, NULL, NULL, in icmp_error() 213 nf_log_packet(net, PF_INET, 0, skb, NULL, NULL, NULL, in icmp_error()
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_log.h | 73 void nf_log_packet(struct net *net,
|