Home
last modified time | relevance | path

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

/external/libnetfilter_conntrack/src/conntrack/
Dbuild_mnl.c267 nfct_build_nat(struct nlmsghdr *nlh, const struct __nfct_nat *nat, in nfct_build_nat() function
291 nfct_build_nat(nlh, &ct->snat, l3protonum); in nfct_build_snat()
303 nfct_build_nat(nlh, &ct->snat, AF_INET); in nfct_build_snat_ipv4()
314 nfct_build_nat(nlh, &ct->snat, AF_INET6); in nfct_build_snat_ipv6()
337 nfct_build_nat(nlh, &ct->dnat, l3protonum); in nfct_build_dnat()
349 nfct_build_nat(nlh, &ct->dnat, AF_INET); in nfct_build_dnat_ipv4()
360 nfct_build_nat(nlh, &ct->dnat, AF_INET6); in nfct_build_dnat_ipv6()