Home
last modified time | relevance | path

Searched refs:NFPROTO_NETDEV (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/include/linux/
Dnetfilter_ingress.h12 if (!static_key_false(&nf_hooks_needed[NFPROTO_NETDEV][NF_NETDEV_INGRESS])) in nf_hook_ingress_active()
32 NFPROTO_NETDEV, skb->dev, NULL, NULL, in nf_hook_ingress()
/Linux-v4.19/net/netfilter/
Dnf_log_netdev.c39 return nf_log_set(net, NFPROTO_NETDEV, &nf_netdev_logger); in nf_log_netdev_net_init()
65 nf_log_register(NFPROTO_NETDEV, &nf_netdev_logger); in nf_log_netdev_init()
Dnft_fib_netdev.c64 .family = NFPROTO_NETDEV,
Dcore.c270 case NFPROTO_NETDEV: in nf_hook_entry_head()
319 if (pf == NFPROTO_NETDEV) { in __nf_register_net_hook()
347 if (pf == NFPROTO_NETDEV && reg->hooknum == NF_NETDEV_INGRESS) in __nf_register_net_hook()
405 if (pf == NFPROTO_NETDEV && reg->hooknum == NF_NETDEV_INGRESS) in __nf_unregister_net_hook()
Dnft_meta.c172 case NFPROTO_NETDEV: in nft_meta_get_eval()
378 case NFPROTO_NETDEV: in nft_meta_get_validate()
412 case NFPROTO_NETDEV: in nft_meta_set_validate()
Dnft_dup_netdev.c74 .family = NFPROTO_NETDEV,
Dnft_chain_filter.c279 .family = NFPROTO_NETDEV,
330 if (table->family != NFPROTO_NETDEV) in nf_tables_netdev_event()
Dnft_fwd_netdev.c219 .family = NFPROTO_NETDEV,
Dnft_ct.c998 case NFPROTO_NETDEV: /* fallthrough */ in nft_ct_helper_obj_init()
Dnf_tables_api.c1487 if (family == NFPROTO_NETDEV) { in nft_chain_parse_hook()
5409 flowtable->ops[i].pf = NFPROTO_NETDEV; in nf_tables_flowtable_parse_hook()
7197 .family = NFPROTO_NETDEV, in __nft_release_tables()
/Linux-v4.19/include/uapi/linux/
Dnetfilter.h65 NFPROTO_NETDEV = 5, enumerator