HomeSort by relevance Sort by last modified time
    Searched refs:nfnl_ct_get_src_port (Results 1 - 3 of 3) sorted by null

  /external/libnl/include/netlink/netfilter/
ct.h 106 extern uint16_t nfnl_ct_get_src_port(const struct nfnl_ct *, int);
  /external/libnl/lib/netfilter/
ct_obj.c 145 orig_sport = nfnl_ct_get_src_port(ct, 0);
151 reply_sport = nfnl_ct_get_src_port(ct, 1);
678 uint16_t nfnl_ct_get_src_port(const struct nfnl_ct *ct, int repl) function
ct.c 475 htons(nfnl_ct_get_src_port(ct, repl)));

Completed in 602 milliseconds