Searched refs:reply_src (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
139 reply_src = nfnl_ct_get_src(ct, 1);
154 if (orig_src && orig_dst && reply_src && reply_dst &&
157 !nl_addr_cmp(orig_dst, reply_src))
166 dump_addr(p, reply_src, reply_sport);

Completed in 69 milliseconds