Searched refs:nf_log_dump_tcp_header (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/net/netfilter/ |
D | nf_log_common.c | 53 int nf_log_dump_tcp_header(struct nf_log_buf *m, const struct sk_buff *skb, in nf_log_dump_tcp_header() function 130 EXPORT_SYMBOL_GPL(nf_log_dump_tcp_header);
|
/Linux-v5.10/include/net/netfilter/ |
D | nf_log.h | 106 int nf_log_dump_tcp_header(struct nf_log_buf *m, const struct sk_buff *skb,
|
/Linux-v5.10/net/ipv4/netfilter/ |
D | nf_log_ipv4.c | 99 if (nf_log_dump_tcp_header(m, skb, ih->protocol, in dump_ipv4_packet()
|
/Linux-v5.10/net/ipv6/netfilter/ |
D | nf_log_ipv6.c | 203 if (nf_log_dump_tcp_header(m, skb, currenthdr, fragment, in dump_ipv6_packet()
|