Home
last modified time | relevance | path

Searched refs:nfnl_subsys_handle (Results 1 – 10 of 10) sorted by relevance

/external/libnfnetlink/include/libnfnetlink/
Dlibnfnetlink.h63 struct nfnl_subsys_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 *,
81 extern void nfnl_subsys_close(struct nfnl_subsys_handle *);
97 extern void nfnl_fill_hdr(struct nfnl_subsys_handle *, struct nlmsghdr *,
112 extern int nfnl_callback_register(struct nfnl_subsys_handle *,
114 extern int nfnl_callback_unregister(struct nfnl_subsys_handle *, u_int8_t type);
/external/libnfnetlink/src/
Dlibnfnetlink.c73 struct nfnl_subsys_handle { struct
95 struct nfnl_subsys_handle subsys[NFNL_MAX_SUBSYS+1]; argument
316 struct nfnl_subsys_handle *
339 struct nfnl_subsys_handle *
343 struct nfnl_subsys_handle *ssh; in nfnl_subsys_open2()
388 void nfnl_subsys_close(struct nfnl_subsys_handle *ssh) in nfnl_subsys_close()
518 void nfnl_fill_hdr(struct nfnl_subsys_handle *ssh, in nfnl_fill_hdr()
1198 int nfnl_callback_register(struct nfnl_subsys_handle *ssh, in nfnl_callback_register()
1222 int nfnl_callback_unregister(struct nfnl_subsys_handle *ssh, u_int8_t type) in nfnl_callback_unregister()
1247 const struct nfnl_subsys_handle *ssh; in nfnl_check_attributes()
[all …]
/external/libnetfilter_conntrack/include/internal/
Dprototypes.h7 int __build_conntrack(struct nfnl_subsys_handle *ssh, struct nfnlhdr *req, size_t size, uint16_t ty…
49 int __build_expect(struct nfnl_subsys_handle *ssh, struct nfnlhdr *req, size_t size, uint16_t type,…
Dobject.h17 struct nfnl_subsys_handle *nfnlssh_ct;
18 struct nfnl_subsys_handle *nfnlssh_exp;
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h568 nfct_build_conntrack(struct nfnl_subsys_handle *ssh,
581 int nfct_build_query(struct nfnl_subsys_handle *ssh,
715 int nfexp_build_expect(struct nfnl_subsys_handle *ssh,
728 int nfexp_build_query(struct nfnl_subsys_handle *ssh,
/external/libnetfilter_conntrack/src/expect/
Dapi.c504 int nfexp_build_expect(struct nfnl_subsys_handle *ssh, in nfexp_build_expect()
519 __build_query_exp(struct nfnl_subsys_handle *ssh, in __build_query_exp()
588 int nfexp_build_query(struct nfnl_subsys_handle *ssh, in nfexp_build_query()
Dbuild.c52 int __build_expect(struct nfnl_subsys_handle *ssh, in __build_expect()
/external/libnetfilter_conntrack/src/conntrack/
Dapi.c770 int nfct_build_conntrack(struct nfnl_subsys_handle *ssh, in nfct_build_conntrack()
785 __build_query_ct(struct nfnl_subsys_handle *ssh, in __build_query_ct()
874 int nfct_build_query(struct nfnl_subsys_handle *ssh, in nfct_build_query()
Dbuild.c462 int __build_conntrack(struct nfnl_subsys_handle *ssh, in __build_conntrack()
/external/iptables/utils/
Dnfnl_osf.c63 static struct nfnl_subsys_handle *nfnlssh;