Searched refs:trace_loginfo (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/net/netfilter/ | ||
H A D | nf_tables_core.c | 37 static struct nf_loginfo trace_loginfo = { variable in typeref:struct:nf_loginfo 52 pkt->out, &trace_loginfo, "TRACE: %s:%s:%s:%u ", __nft_trace_packet() |
/linux-4.4.14/net/ipv4/netfilter/ | ||
H A D | ip_tables.c | 208 static struct nf_loginfo trace_loginfo = { variable in typeref:struct:nf_loginfo 273 nf_log_trace(net, AF_INET, hook, skb, in, out, &trace_loginfo, trace_packet() |
/linux-4.4.14/net/ipv6/netfilter/ | ||
H A D | ip6_tables.c | 237 static struct nf_loginfo trace_loginfo = { variable in typeref:struct:nf_loginfo 302 nf_log_trace(net, AF_INET6, hook, skb, in, out, &trace_loginfo, trace_packet() |
Completed in 192 milliseconds