Home
last modified time | relevance | path

Searched refs:nfnl_handle (Results 1 – 6 of 6) sorted by relevance

/external/libnfnetlink/include/libnfnetlink/
Dlibnfnetlink.h62 struct nfnl_handle;
65 extern int nfnl_fd(struct nfnl_handle *h);
66 extern unsigned int nfnl_portid(const struct nfnl_handle *h);
69 extern struct nfnl_handle *nfnl_open(void);
70 extern struct nfnl_handle *nfnl_open2(int fd, bool bind);
71 extern int nfnl_close(struct nfnl_handle *);
72 extern int nfnl_close2(struct nfnl_handle *);
74 extern struct nfnl_subsys_handle *nfnl_subsys_open(struct nfnl_handle *,
77 extern struct nfnl_subsys_handle *nfnl_subsys_open2(struct nfnl_handle *,
84 void nfnl_set_sequence_tracking(struct nfnl_handle *h);
[all …]
/external/libnfnetlink/src/
Dlibnfnetlink.c74 struct nfnl_handle *nfnlh;
85 struct nfnl_handle { struct
129 int nfnl_fd(struct nfnl_handle *h) in nfnl_fd()
139 unsigned int nfnl_portid(const struct nfnl_handle *h) in nfnl_portid()
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()
185 struct nfnl_handle *nfnl_open(void) in nfnl_open()
187 struct nfnl_handle *nfnlh; in nfnl_open()
210 struct nfnl_handle *nfnl_open2(int fd, bool bind) in nfnl_open2()
212 struct nfnl_handle *nfnlh; in nfnl_open2()
[all …]
/external/libnetfilter_conntrack/src/
Dmain.c15 struct nfct_handle *nfct_open_nfnl(struct nfnl_handle *nfnlh, in nfct_open_nfnl()
23 struct nfct_handle *nfct_open_nfnl2(struct nfnl_handle *nfnlh, in nfct_open_nfnl2()
94 struct nfnl_handle *nfnlh = nfnl_open(); in nfct_open()
126 struct nfnl_handle *nfnlh = nfnl_open2(fd, false); in nfct_open2()
204 const struct nfnl_handle *nfct_nfnlh(struct nfct_handle *cth) in nfct_nfnlh()
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h43 extern struct nfct_handle *nfct_open_nfnl(struct nfnl_handle *nfnlh,
46 extern struct nfct_handle *nfct_open_nfnl2(struct nfnl_handle *nfnlh,
54 extern const struct nfnl_handle *nfct_nfnlh(struct nfct_handle *cth);
/external/libnetfilter_conntrack/include/internal/
Dobject.h16 struct nfnl_handle *nfnlh;
/external/iptables/utils/
Dnfnl_osf.c62 static struct nfnl_handle *nfnlh;