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

  /external/libnl/include/netlink/netfilter/
queue.h 64 extern int nfnl_queue_build_pf_bind(uint8_t, struct nl_msg **);
  /external/libnl/lib/netfilter/
queue.c 79 int nfnl_queue_build_pf_bind(uint8_t pf, struct nl_msg **result) function
89 if ((err = nfnl_queue_build_pf_bind(pf, &msg)) < 0)

Completed in 140 milliseconds