Home
last modified time | relevance | path

Searched refs:nf_log_dump_udp_header (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/netfilter/
Dnf_log_common.c24 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.1.27/include/net/netfilter/
Dnf_log.h99 int nf_log_dump_udp_header(struct nf_log_buf *m, const struct sk_buff *skb,
/linux-4.1.27/net/ipv4/netfilter/
Dnf_log_ipv4.c109 if (nf_log_dump_udp_header(m, skb, ih->protocol, in dump_ipv4_packet()
/linux-4.1.27/net/ipv6/netfilter/
Dnf_log_ipv6.c212 if (nf_log_dump_udp_header(m, skb, currenthdr, fragment, ptr)) in dump_ipv6_packet()