Home
last modified time | relevance | path

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

/linux/include/linux/
A Dnetfilter_netdev.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()
57 if (!static_key_false(&nf_hooks_needed[NFPROTO_NETDEV][NF_NETDEV_EGRESS])) in nf_hook_egress_active()
102 NFPROTO_NETDEV, dev, NULL, NULL, in nf_hook_egress()
/linux/net/netfilter/
A Dcore.c271 case NFPROTO_NETDEV: in nf_hook_entry_head()
347 if ((pf == NFPROTO_NETDEV && reg->hooknum == NF_NETDEV_INGRESS) || in nf_ingress_hook()
357 return pf == NFPROTO_NETDEV && reg->hooknum == NF_NETDEV_EGRESS; in nf_egress_hook()
366 pf = NFPROTO_NETDEV; in nf_static_key_inc()
381 pf = NFPROTO_NETDEV; in nf_static_key_dec()
398 case NFPROTO_NETDEV: in __nf_register_net_hook()
A Dnft_fib_netdev.c64 .family = NFPROTO_NETDEV,
A Dnft_chain_filter.c312 .family = NFPROTO_NETDEV,
371 if (table->family != NFPROTO_NETDEV) in nf_tables_netdev_event()
A Dnft_dup_netdev.c81 .family = NFPROTO_NETDEV,
A Dnfnetlink_hook.c225 case NFPROTO_NETDEV: in nfnl_hook_entries_head()
309 if (family == NFPROTO_NETDEV) { in nfnl_hook_dump_start()
A Dnf_tables_offload.c493 if (trans->ctx.family != NFPROTO_NETDEV) in nft_flow_rule_offload_abort()
544 if (trans->ctx.family != NFPROTO_NETDEV) in nft_flow_rule_offload_commit()
607 if (table->family != NFPROTO_NETDEV) in __nft_offload_get_chain()
A Dnft_meta.c96 case NFPROTO_NETDEV: in nft_meta_get_eval_pkttype_lo()
571 case NFPROTO_NETDEV: in nft_meta_get_validate_xfrm()
624 case NFPROTO_NETDEV: in nft_meta_set_validate()
A Dnft_reject_netdev.c164 .family = NFPROTO_NETDEV,
A Dnft_fwd_netdev.c237 .family = NFPROTO_NETDEV,
A Dnf_log_syslog.c989 ret = nf_log_set(net, NFPROTO_NETDEV, &nf_netdev_logger); in nf_log_syslog_net_init()
1042 ret = nf_log_register(NFPROTO_NETDEV, &nf_netdev_logger); in nf_log_syslog_init()
A Dnfnetlink_log.c633 if ((pf == NFPROTO_NETDEV || pf == NFPROTO_BRIDGE) && in __build_packet_message()
746 if (pf == NFPROTO_NETDEV || pf == NFPROTO_BRIDGE) in nfulnl_log_packet()
A Dnft_ct.c1020 case NFPROTO_NETDEV: in nft_ct_helper_obj_init()
A Dnf_tables_api.c7144 hook->ops.pf = NFPROTO_NETDEV; in nft_flowtable_parse_hook()
9605 .family = NFPROTO_NETDEV, in __nft_release_table()
/linux/include/uapi/linux/
A Dnetfilter.h63 NFPROTO_NETDEV = 5, enumerator
/linux/include/net/netfilter/
A Dnf_tables.h1146 return family == NFPROTO_NETDEV || in nft_base_chain_netdev()

Completed in 806 milliseconds