Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/netfilter_ipv6/
Dip6t_LOG.h5 #define IP6T_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */ macro
/linux-2.6.39/net/ipv6/netfilter/
Dip6t_LOG.c223 if (logflags & IP6T_LOG_TCPSEQ) in dump_packet()