Home
last modified time | relevance | path

Searched refs:NF_LOG_TCPOPT (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/uapi/linux/netfilter/
Dnf_log.h6 #define NF_LOG_TCPOPT 0x02 /* Log TCP options */ macro
/Linux-v5.10/net/netfilter/
Dnf_log_common.c107 if ((logflags & NF_LOG_TCPOPT) && th->doff*4 > sizeof(struct tcphdr)) { in nf_log_dump_tcp_header()