Searched refs:reply_dst (Results 1 - 1 of 1) sorted by relevance

/external/libnl/lib/netfilter/
H A Dct_obj.c133 struct nl_addr *orig_src, *orig_dst, *reply_src, *reply_dst; local
140 reply_dst = nfnl_ct_get_dst(ct, 1);
154 if (orig_src && orig_dst && reply_src && reply_dst &&
156 !nl_addr_cmp(orig_src, reply_dst) &&
168 dump_addr(p, reply_dst, reply_dport);

Completed in 259 milliseconds