Lines Matching defs:nfnlh
74 struct nfnl_handle *nfnlh; member
145 static int recalc_rebind_subscriptions(struct nfnl_handle *nfnlh) in recalc_rebind_subscriptions()
164 static void recalc_subscriptions(struct nfnl_handle *nfnlh) in recalc_subscriptions()
187 struct nfnl_handle *nfnlh; in nfnl_open() local
212 struct nfnl_handle *nfnlh; in nfnl_open2() local
317 nfnl_subsys_open(struct nfnl_handle *nfnlh, u_int8_t subsys_id, in nfnl_subsys_open()
340 nfnl_subsys_open2(struct nfnl_handle *nfnlh, u_int8_t subsys_id, in nfnl_subsys_open2()
407 int nfnl_close(struct nfnl_handle *nfnlh) in nfnl_close()
425 int nfnl_close2(struct nfnl_handle *nfnlh) in nfnl_close2()
451 int nfnl_join(const struct nfnl_handle *nfnlh, unsigned int group) in nfnl_join()
466 int nfnl_send(struct nfnl_handle *nfnlh, struct nlmsghdr *n) in nfnl_send()
477 int nfnl_sendmsg(const struct nfnl_handle *nfnlh, const struct msghdr *msg, in nfnl_sendmsg()
486 int nfnl_sendiov(const struct nfnl_handle *nfnlh, const struct iovec *iov, in nfnl_sendiov()
551 nfnl_parse_hdr(const struct nfnl_handle *nfnlh, in nfnl_parse_hdr()
644 int nfnl_listen(struct nfnl_handle *nfnlh, in nfnl_listen()
753 int nfnl_talk(struct nfnl_handle *nfnlh, struct nlmsghdr *n, pid_t peer, in nfnl_talk()