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

  /external/libnl/include/netlink/netfilter/
queue.h 67 extern int nfnl_queue_build_pf_unbind(uint8_t, struct nl_msg **);
  /external/libnl/lib/netfilter/
queue.c 95 int nfnl_queue_build_pf_unbind(uint8_t pf, struct nl_msg **result) function
105 if ((err = nfnl_queue_build_pf_unbind(pf, &msg)) < 0)

Completed in 1041 milliseconds