HomeSort by relevance Sort by last modified time
    Searched full:reply_src (Results 1 - 1 of 1) sorted by null

  /external/libnl/lib/netfilter/
ct_obj.c 133 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 164 milliseconds