Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_log.c185 li->u.ulog.flags |= NF_LOG_F_COPY_LEN; in nft_log_init()
249 if (li->u.ulog.flags & NF_LOG_F_COPY_LEN) { in nft_log_dump()
H A Dxt_NFLOG.c34 li.u.ulog.flags |= NF_LOG_F_COPY_LEN; in nflog_tg()
H A Dnfnetlink_log.c758 if ((li->u.ulog.flags & NF_LOG_F_COPY_LEN) && in nfulnl_log_packet()
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_log.h12 #define NF_LOG_F_COPY_LEN 0x1 macro