Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/net/netfilter/
Dnf_log_netdev.c36 return nf_log_set(net, NFPROTO_NETDEV, &nf_netdev_logger); in nf_log_netdev_net_init()
62 nf_log_register(NFPROTO_NETDEV, &nf_netdev_logger); in nf_log_netdev_init()
Dcore.c271 case NFPROTO_NETDEV: in nf_hook_entry_head()
320 if (pf == NFPROTO_NETDEV) { in __nf_register_net_hook()
348 if (pf == NFPROTO_NETDEV && reg->hooknum == NF_NETDEV_INGRESS) in __nf_register_net_hook()
406 if (pf == NFPROTO_NETDEV && reg->hooknum == NF_NETDEV_INGRESS) in __nf_unregister_net_hook()
Dnft_fib_netdev.c64 .family = NFPROTO_NETDEV,
Dnft_chain_filter.c279 .family = NFPROTO_NETDEV,
330 if (table->family != NFPROTO_NETDEV) in nf_tables_netdev_event()
Dnft_dup_netdev.c81 .family = NFPROTO_NETDEV,
Dnft_meta.c176 case NFPROTO_NETDEV: in nft_meta_get_eval()
401 case NFPROTO_NETDEV: in nft_meta_get_validate()
435 case NFPROTO_NETDEV: in nft_meta_set_validate()
Dnf_tables_offload.c332 if (trans->ctx.family != NFPROTO_NETDEV) in nft_flow_rule_offload_commit()
393 if (table->family != NFPROTO_NETDEV) in __nft_offload_get_chain()
Dnft_fwd_netdev.c224 .family = NFPROTO_NETDEV,
Dnfnetlink_log.c634 if ((pf == NFPROTO_NETDEV || pf == NFPROTO_BRIDGE) && in __build_packet_message()
745 if (pf == NFPROTO_NETDEV || pf == NFPROTO_BRIDGE) in nfulnl_log_packet()
Dnft_ct.c1016 case NFPROTO_NETDEV: /* fallthrough */ in nft_ct_helper_obj_init()
Dnf_tables_api.c1564 if (family == NFPROTO_NETDEV) { in nft_chain_parse_hook()
5713 flowtable->ops[i].pf = NFPROTO_NETDEV; in nf_tables_flowtable_parse_hook()
7620 .family = NFPROTO_NETDEV, in __nft_release_tables()
/Linux-v5.4/include/uapi/linux/
Dnetfilter.h61 NFPROTO_NETDEV = 5, enumerator