Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/netfilter/
Dxt_LOG.h6 #define XT_LOG_TCPOPT 0x02 /* Log TCP options */ macro
/linux-4.4.14/net/netfilter/
Dnf_log_common.c110 if ((logflags & XT_LOG_TCPOPT) && th->doff*4 > sizeof(struct tcphdr)) { in nf_log_dump_tcp_header()