Searched defs:l3protonum (Results 1 - 3 of 3) sorted by relevance

/external/libnetfilter_conntrack/src/conntrack/
H A Dbuild_mnl.c25 switch(t->l3protonum) {
268 uint8_t l3protonum)
270 switch (l3protonum) {
286 uint8_t l3protonum)
291 nfct_build_nat(nlh, &ct->snat, l3protonum);
332 uint8_t l3protonum)
337 nfct_build_nat(nlh, &ct->dnat, l3protonum);
267 nfct_build_nat(struct nlmsghdr *nlh, const struct __nfct_nat *nat, uint8_t l3protonum) argument
285 nfct_build_snat(struct nlmsghdr *nlh, const struct nf_conntrack *ct, uint8_t l3protonum) argument
331 nfct_build_dnat(struct nlmsghdr *nlh, const struct nf_conntrack *ct, uint8_t l3protonum) argument
H A Dbuild.c20 switch(t->l3protonum) {
279 uint8_t l3protonum)
281 switch (l3protonum) {
298 uint8_t l3protonum)
303 __build_nat(req, size, &ct->snat, l3protonum);
344 uint8_t l3protonum)
349 __build_nat(req, size, &ct->dnat, l3protonum);
469 uint8_t l3num = ct->head.orig.l3protonum;
276 __build_nat(struct nfnlhdr *req, size_t size, const struct __nfct_nat *nat, uint8_t l3protonum) argument
295 __build_snat(struct nfnlhdr *req, size_t size, const struct nf_conntrack *ct, uint8_t l3protonum) argument
341 __build_dnat(struct nfnlhdr *req, size_t size, const struct nf_conntrack *ct, uint8_t l3protonum) argument
/external/libnetfilter_conntrack/include/internal/
H A Dobject.h108 uint8_t l3protonum; member in struct:__nfct_tuple

Completed in 84 milliseconds