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

  /external/libnl/include/netlink/netfilter/
ct.h 96 extern uint16_t nfnl_ct_get_zone(const struct nfnl_ct *);
  /external/libnl/lib/netfilter/
ct_obj.c 198 nl_dump(p, "zone %hu ", nfnl_ct_get_zone(ct));
607 uint16_t nfnl_ct_get_zone(const struct nfnl_ct *ct) function
ct.c 549 NLA_PUT_U16(msg, CTA_ZONE, htons(nfnl_ct_get_zone(ct)));

Completed in 40 milliseconds