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

/external/libnetfilter_conntrack/src/conntrack/
H A Dparse_mnl.c268 nfct_parse_tuple(const struct nlattr *attr, struct __nfct_tuple *tuple, function
872 if (nfct_parse_tuple(tb[CTA_TUPLE_ORIG], &ct->head.orig,
881 if (nfct_parse_tuple(tb[CTA_TUPLE_REPLY], &ct->repl,
890 if (nfct_parse_tuple(tb[CTA_TUPLE_MASTER], &ct->master,

Completed in 106 milliseconds