Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/netfilter/ !
Dnfnetlink.h39 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);
/linux-6.6.21/net/netfilter/ !
Dnfnetlink.c58 const struct nfnetlink_subsystem __rcu *subsys;
116 int nfnetlink_subsys_register(const struct nfnetlink_subsystem *n) in nfnetlink_subsys_register()
137 int nfnetlink_subsys_unregister(const struct nfnetlink_subsystem *n) in nfnetlink_subsys_unregister()
147 static inline const struct nfnetlink_subsystem *nfnetlink_get_subsys(u16 type) in nfnetlink_get_subsys()
158 nfnetlink_find_client(u16 type, const struct nfnetlink_subsystem *ss) in nfnetlink_find_client()
221 const struct nfnetlink_subsystem *ss; in nfnetlink_rcv_msg()
376 const struct nfnetlink_subsystem *ss; in nfnetlink_rcv_batch()
702 const struct nfnetlink_subsystem *ss; in nfnetlink_bind()
Dnfnetlink_hook.c424 static const struct nfnetlink_subsystem nfhook_subsys = {
Dnfnetlink_osf.c401 static const struct nfnetlink_subsystem nfnl_osf_subsys = {
Dnfnetlink_acct.c408 static const struct nfnetlink_subsystem nfnl_acct_subsys = {
Dnfnetlink_cttimeout.c575 static const struct nfnetlink_subsystem cttimeout_subsys = {
Dnfnetlink_cthelper.c764 static const struct nfnetlink_subsystem nfnl_cthelper_subsys = {
Dnft_compat.c767 static const struct nfnetlink_subsystem nfnl_compat_subsys = {
Dnfnetlink_log.c1016 static const struct nfnetlink_subsystem nfulnl_subsys = {
Dnfnetlink_queue.c1448 static const struct nfnetlink_subsystem nfqnl_subsys = {
Dnf_conntrack_netlink.c3827 static const struct nfnetlink_subsystem ctnl_subsys = {
3834 static const struct nfnetlink_subsystem ctnl_exp_subsys = {
Dnf_tables_api.c10516 static const struct nfnetlink_subsystem nf_tables_subsys = {
/linux-6.6.21/net/netfilter/ipset/ !
Dip_set_core.c2210 static struct nfnetlink_subsystem ip_set_netlink_subsys __read_mostly = {