Home
last modified time | relevance | path

Searched defs:ctmask (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_connmark.h23 __u32 ctmark, ctmask, nfmask; member
28 __u32 ctmark, ctmask, nfmask; member
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_ecache.h23 u16 ctmask; /* bitmask of ct events to be delivered */ member
91 static inline bool nf_ct_ecache_ext_add(struct nf_conn *ct, u16 ctmask, u16 expmask, gfp_t gfp) in nf_ct_ecache_ext_add()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_ecache.c300 bool nf_ct_ecache_ext_add(struct nf_conn *ct, u16 ctmask, u16 expmask, gfp_t gfp) in nf_ct_ecache_ext_add()
H A Dnft_ct.c316 u32 ctmask = regs->data[priv->sreg]; in nft_ct_set_eval() local