Home
last modified time | relevance | path

Searched refs:nfnl_queue_pf_bind (Results 1 – 3 of 3) sorted by relevance

/external/libnl/include/netlink/netfilter/
Dqueue.h65 extern int nfnl_queue_pf_bind(struct nl_sock *, uint8_t);
/external/libnl/src/
Dnf-queue.c92 if ((err = nfnl_queue_pf_bind(nf_sock, family)) < 0) in main()
/external/libnl/lib/netfilter/
Dqueue.c84 int nfnl_queue_pf_bind(struct nl_sock *nlh, uint8_t pf) in nfnl_queue_pf_bind() function