Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/netfilter/
Dnf_nat_helper.h54 extern s16 nf_nat_get_offset(const struct nf_conn *ct,
/linux-3.4.99/net/ipv4/netfilter/
Dnf_nat_helper.c74 s16 nf_nat_get_offset(const struct nf_conn *ct, in nf_nat_get_offset() function
93 EXPORT_SYMBOL_GPL(nf_nat_get_offset);
Dnf_nat_core.c733 RCU_INIT_POINTER(nf_ct_nat_offset, nf_nat_get_offset); in nf_nat_init()