Home
last modified time | relevance | path

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

/linux/net/ipv4/netfilter/
H A Darp_tables.c398 .family = NFPROTO_ARP, in check_target()
417 target = xt_request_find_target(NFPROTO_ARP, t->u.user.name, in find_check_entry()
509 par.family = NFPROTO_ARP; in cleanup_entry()
723 v += xt_compat_calc_jump(NFPROTO_ARP, v); in compat_standard_from_user()
732 cv -= xt_compat_calc_jump(NFPROTO_ARP, cv); in compat_standard_to_user()
750 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in compat_calc_entry()
779 ret = xt_compat_init_offsets(NFPROTO_ARP, info->number); in compat_table_info()
806 xt_compat_lock(NFPROTO_ARP); in get_info()
808 t = xt_request_find_table_lock(net, NFPROTO_ARP, name); in get_info()
817 xt_compat_flush_offsets(NFPROTO_ARP); in get_info()
[all …]
H A Darptable_filter.c25 .af = NFPROTO_ARP,
H A Darpt_mangle.c74 .family = NFPROTO_ARP,
/linux/include/uapi/linux/
H A Dnetfilter.h62 NFPROTO_ARP = 3, enumerator
/linux/net/netfilter/
H A Dxt_CLASSIFY.c51 .family = NFPROTO_ARP,
H A Dxt_mark.c55 .family = NFPROTO_ARP,
H A Dnft_compat.c166 case NFPROTO_ARP: in nft_target_set_tgchk_param()
363 ctx->family != NFPROTO_ARP) in nft_target_validate()
466 case NFPROTO_ARP: in nft_match_set_mtchk_param()
623 ctx->family != NFPROTO_ARP) in nft_match_validate()
708 case NFPROTO_ARP: in nfnl_compat_get_rcu()
H A Dnft_chain_filter.c73 .family = NFPROTO_ARP,
H A Dnf_log_syslog.c974 ret = nf_log_set(net, NFPROTO_ARP, &nf_arp_logger); in nf_log_syslog_net_init()
1027 ret = nf_log_register(NFPROTO_ARP, &nf_arp_logger); in nf_log_syslog_init()
H A Dnfnetlink_hook.c259 case NFPROTO_ARP: in nfnl_hook_entries_head()
H A Dx_tables.c83 [NFPROTO_ARP] = "arp",
432 names = (nfproto == NFPROTO_ARP) ? arp_names : inetbr_names; in textify_hooks()
433 max = (nfproto == NFPROTO_ARP) ? ARRAY_SIZE(arp_names) : in textify_hooks()
H A Dcore.c286 case NFPROTO_ARP: in nf_hook_entry_head()
H A Dnf_tables_api.c1516 || family == NFPROTO_ARP in nft_supported_family()
/linux/include/linux/
H A Dnetfilter.h246 case NFPROTO_ARP: in nf_hook()
/linux/tools/bpf/bpftool/
H A Dlink.c656 [NFPROTO_ARP] = "arp",
692 case NFPROTO_ARP: in netfilter_dump_plain()
/linux/net/bridge/
H A Dbr_netfilter_hooks.c783 NF_HOOK(NFPROTO_ARP, NF_ARP_FORWARD, state->net, state->sk, skb, in br_nf_forward_arp()