Home
last modified time | relevance | path

Searched refs:nfnetlink_subsystem (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dnfnetlink.h36 struct nfnetlink_subsystem { struct
51 int nfnetlink_subsys_register(const struct nfnetlink_subsystem *n); argument
52 int nfnetlink_subsys_unregister(const struct nfnetlink_subsystem *n);
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnfnetlink.c46 const struct nfnetlink_subsystem __rcu *subsys;
98 int nfnetlink_subsys_register(const struct nfnetlink_subsystem *n) in nfnetlink_subsys_register()
119 int nfnetlink_subsys_unregister(const struct nfnetlink_subsystem *n) in nfnetlink_subsys_unregister()
129 static inline const struct nfnetlink_subsystem *nfnetlink_get_subsys(u16 type) in nfnetlink_get_subsys()
140 nfnetlink_find_client(u16 type, const struct nfnetlink_subsystem *ss) in nfnetlink_find_client()
187 const struct nfnetlink_subsystem *ss; in nfnetlink_rcv_msg()
325 const struct nfnetlink_subsystem *ss; in nfnetlink_rcv_batch()
606 const struct nfnetlink_subsystem *ss; in nfnetlink_bind()
H A Dnfnetlink_osf.c394 static const struct nfnetlink_subsystem nfnl_osf_subsys = {
H A Dnfnetlink_acct.c389 static const struct nfnetlink_subsystem nfnl_acct_subsys = {
H A Dnfnetlink_cttimeout.c555 static const struct nfnetlink_subsystem cttimeout_subsys = {
H A Dnfnetlink_cthelper.c761 static const struct nfnetlink_subsystem nfnl_cthelper_subsys = {
H A Dnft_compat.c708 static const struct nfnetlink_subsystem nfnl_compat_subsys = {
H A Dnfnetlink_log.c998 static const struct nfnetlink_subsystem nfulnl_subsys = {
H A Dnfnetlink_queue.c1395 static const struct nfnetlink_subsystem nfqnl_subsys = {
H A Dnf_conntrack_netlink.c3801 static const struct nfnetlink_subsystem ctnl_subsys = {
3808 static const struct nfnetlink_subsystem ctnl_exp_subsys = {
H A Dnf_tables_api.c8305 static const struct nfnetlink_subsystem nf_tables_subsys = {
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnfnetlink/libnfnetlink/
H A D0005-include-Sync-with-kernel-headers.patch53 -struct nfnetlink_subsystem
61 -extern int nfnetlink_subsys_register(const struct nfnetlink_subsystem *n);
62 -extern int nfnetlink_subsys_unregister(const struct nfnetlink_subsystem *n);
/OK3568_Linux_fs/buildroot/package/libnfnetlink/
H A D0002-include-Sync-with-kernel-headers.patch57 -struct nfnetlink_subsystem
65 -extern int nfnetlink_subsys_register(const struct nfnetlink_subsystem *n);
66 -extern int nfnetlink_subsys_unregister(const struct nfnetlink_subsystem *n);
/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A Dip_set_core.c2211 static struct nfnetlink_subsystem ip_set_netlink_subsys __read_mostly = {