Searched refs:nf_log_dump_udp_header (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/netfilter/ |
D | nf_log_common.c | 24 int nf_log_dump_udp_header(struct nf_log_buf *m, const struct sk_buff *skb, in nf_log_dump_udp_header() function 54 EXPORT_SYMBOL_GPL(nf_log_dump_udp_header);
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_log.h | 99 int nf_log_dump_udp_header(struct nf_log_buf *m, const struct sk_buff *skb,
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_log_ipv4.c | 109 if (nf_log_dump_udp_header(m, skb, ih->protocol, in dump_ipv4_packet()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nf_log_ipv6.c | 212 if (nf_log_dump_udp_header(m, skb, currenthdr, fragment, ptr)) in dump_ipv6_packet()
|