Searched refs:LOG_INVALID (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_proto_udplite.c | 134 if (LOG_INVALID(net, IPPROTO_UDPLITE)) in udplite_error() 144 if (LOG_INVALID(net, IPPROTO_UDPLITE)) in udplite_error() 152 if (LOG_INVALID(net, IPPROTO_UDPLITE)) in udplite_error() 162 if (LOG_INVALID(net, IPPROTO_UDPLITE)) in udplite_error()
|
D | nf_conntrack_proto_udp.c | 123 if (LOG_INVALID(net, IPPROTO_UDP)) in udp_error() 131 if (LOG_INVALID(net, IPPROTO_UDP)) in udp_error() 147 if (LOG_INVALID(net, IPPROTO_UDP)) in udp_error()
|
D | nf_conntrack_proto_tcp.c | 715 if (!res && LOG_INVALID(net, IPPROTO_TCP)) in tcp_in_window() 767 if (LOG_INVALID(net, IPPROTO_TCP)) in tcp_error() 775 if (LOG_INVALID(net, IPPROTO_TCP)) in tcp_error() 788 if (LOG_INVALID(net, IPPROTO_TCP)) in tcp_error() 797 if (LOG_INVALID(net, IPPROTO_TCP)) in tcp_error() 954 if (LOG_INVALID(net, IPPROTO_TCP)) in tcp_packet() 979 if (LOG_INVALID(net, IPPROTO_TCP)) in tcp_packet() 996 if (LOG_INVALID(net, IPPROTO_TCP)) in tcp_packet() 1008 if (LOG_INVALID(net, IPPROTO_TCP)) in tcp_packet()
|
D | nf_conntrack_proto_dccp.c | 458 if (LOG_INVALID(net, IPPROTO_DCCP)) in dccp_new() 545 if (LOG_INVALID(net, IPPROTO_DCCP)) in dccp_packet() 551 if (LOG_INVALID(net, IPPROTO_DCCP)) in dccp_packet() 616 if (LOG_INVALID(net, IPPROTO_DCCP)) in dccp_error()
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_conntrack_l4proto.h | 151 #define LOG_INVALID(net, proto) \ macro 155 static inline int LOG_INVALID(struct net *net, int proto) { return 0; } in LOG_INVALID() function
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nf_conntrack_proto_icmpv6.c | 134 if (LOG_INVALID(nf_ct_net(ct), IPPROTO_ICMPV6)) in icmpv6_new() 208 if (LOG_INVALID(net, IPPROTO_ICMPV6)) in icmpv6_error() 216 if (LOG_INVALID(net, IPPROTO_ICMPV6)) in icmpv6_error()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_conntrack_proto_icmp.c | 192 if (LOG_INVALID(net, IPPROTO_ICMP)) in icmp_error() 201 if (LOG_INVALID(net, IPPROTO_ICMP)) in icmp_error() 214 if (LOG_INVALID(net, IPPROTO_ICMP)) in icmp_error()
|