Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dnf_conntrack_core.c559 #define NFCT_ALIGN(len) (((len) + NFCT_INFOMASK) & ~NFCT_INFOMASK) macro
574 tmpl = (struct nf_conn *)NFCT_ALIGN((unsigned long)p); in nf_ct_tmpl_alloc()
576 tmpl = (struct nf_conn *)NFCT_ALIGN((unsigned long)p); in nf_ct_tmpl_alloc()

Completed in 8 milliseconds