Home
last modified time | relevance | path

Searched refs:NF_OSF_LOG (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_osf.h12 #define NF_OSF_LOG (1 << 2) macro
28 NF_OSF_LOG | NF_OSF_INVERT)
H A Dxt_osf.h16 #define XT_OSF_LOG NF_OSF_LOG
/openbmc/linux/net/netfilter/
H A Dnfnetlink_osf.c224 if (!(info->flags & NF_OSF_LOG) && strcmp(info->genre, f->genre)) in nf_osf_match()
234 if (info->flags & NF_OSF_LOG) in nf_osf_match()
243 if ((info->flags & NF_OSF_LOG) && in nf_osf_match()
248 if (!fcount && (info->flags & NF_OSF_LOG)) in nf_osf_match()