Symbol: NFPROTO_ARP
include/linux/netfilter.h
250
case NFPROTO_ARP:
net/bridge/br_netfilter_hooks.c
752
NF_HOOK(NFPROTO_ARP, NF_ARP_FORWARD, state->net, state->sk, skb,
net/ipv4/arp.c
666
NF_HOOK(NFPROTO_ARP, NF_ARP_OUT,
net/ipv4/arp.c
997
return NF_HOOK(NFPROTO_ARP, NF_ARP_IN,
net/ipv4/netfilter/arp_tables.c
1018
t = xt_find_table_lock(net, NFPROTO_ARP, tmp.name);
net/ipv4/netfilter/arp_tables.c
1106
target = xt_request_find_target(NFPROTO_ARP, t->u.user.name,
net/ipv4/netfilter/arp_tables.c
1116
ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off);
net/ipv4/netfilter/arp_tables.c
1178
xt_compat_lock(NFPROTO_ARP);
net/ipv4/netfilter/arp_tables.c
1179
ret = xt_compat_init_offsets(NFPROTO_ARP, compatr->num_entries);
net/ipv4/netfilter/arp_tables.c
1217
xt_compat_flush_offsets(NFPROTO_ARP);
net/ipv4/netfilter/arp_tables.c
1218
xt_compat_unlock(NFPROTO_ARP);
net/ipv4/netfilter/arp_tables.c
1243
xt_compat_flush_offsets(NFPROTO_ARP);
net/ipv4/netfilter/arp_tables.c
1244
xt_compat_unlock(NFPROTO_ARP);
net/ipv4/netfilter/arp_tables.c
1390
xt_compat_lock(NFPROTO_ARP);
net/ipv4/netfilter/arp_tables.c
1391
t = xt_find_table_lock(net, NFPROTO_ARP, get.name);
net/ipv4/netfilter/arp_tables.c
1403
xt_compat_flush_offsets(NFPROTO_ARP);
net/ipv4/netfilter/arp_tables.c
1409
xt_compat_unlock(NFPROTO_ARP);
net/ipv4/netfilter/arp_tables.c
1477
try_then_request_module(xt_find_revision(NFPROTO_ARP, rev.name,
net/ipv4/netfilter/arp_tables.c
1574
struct xt_table *table = xt_find_table(net, NFPROTO_ARP, name);
net/ipv4/netfilter/arp_tables.c
1583
struct xt_table *table = xt_find_table(net, NFPROTO_ARP, name);
net/ipv4/netfilter/arp_tables.c
1594
.family = NFPROTO_ARP,
net/ipv4/netfilter/arp_tables.c
1605
.family = NFPROTO_ARP,
net/ipv4/netfilter/arp_tables.c
1622
return xt_proto_init(net, NFPROTO_ARP);
net/ipv4/netfilter/arp_tables.c
1627
xt_proto_fini(net, NFPROTO_ARP);
net/ipv4/netfilter/arp_tables.c
398
.family = NFPROTO_ARP,
net/ipv4/netfilter/arp_tables.c
417
target = xt_request_find_target(NFPROTO_ARP, t->u.user.name,
net/ipv4/netfilter/arp_tables.c
509
par.family = NFPROTO_ARP;
net/ipv4/netfilter/arp_tables.c
723
v += xt_compat_calc_jump(NFPROTO_ARP, v);
net/ipv4/netfilter/arp_tables.c
732
cv -= xt_compat_calc_jump(NFPROTO_ARP, cv);
net/ipv4/netfilter/arp_tables.c
750
ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off);
net/ipv4/netfilter/arp_tables.c
779
ret = xt_compat_init_offsets(NFPROTO_ARP, info->number);
net/ipv4/netfilter/arp_tables.c
806
xt_compat_lock(NFPROTO_ARP);
net/ipv4/netfilter/arp_tables.c
808
t = xt_request_find_table_lock(net, NFPROTO_ARP, name);
net/ipv4/netfilter/arp_tables.c
817
xt_compat_flush_offsets(NFPROTO_ARP);
net/ipv4/netfilter/arp_tables.c
841
xt_compat_unlock(NFPROTO_ARP);
net/ipv4/netfilter/arp_tables.c
862
t = xt_find_table_lock(net, NFPROTO_ARP, get.name);
net/ipv4/netfilter/arp_tables.c
900
t = xt_request_find_table_lock(net, NFPROTO_ARP, name);
net/ipv4/netfilter/arpt_mangle.c
74
.family = NFPROTO_ARP,
net/ipv4/netfilter/arptable_filter.c
25
.af = NFPROTO_ARP,
net/netfilter/core.c
283
case NFPROTO_ARP:
net/netfilter/nf_log_syslog.c
1029
ret = nf_log_register(NFPROTO_ARP, &nf_arp_logger);
net/netfilter/nf_log_syslog.c
976
ret = nf_log_set(net, NFPROTO_ARP, &nf_arp_logger);
net/netfilter/nf_tables_api.c
1573
|| family == NFPROTO_ARP
net/netfilter/nfnetlink_hook.c
297
case NFPROTO_ARP:
net/netfilter/nft_chain_filter.c
73
.family = NFPROTO_ARP,
net/netfilter/nft_compat.c
167
case NFPROTO_ARP:
net/netfilter/nft_compat.c
364
ctx->family != NFPROTO_ARP)
net/netfilter/nft_compat.c
468
case NFPROTO_ARP:
net/netfilter/nft_compat.c
625
ctx->family != NFPROTO_ARP)
net/netfilter/nft_compat.c
715
case NFPROTO_ARP:
net/netfilter/x_tables.c
1035
if (par->family == NFPROTO_ARP &&
net/netfilter/x_tables.c
1036
par->target->family != NFPROTO_ARP) {
net/netfilter/x_tables.c
432
names = (nfproto == NFPROTO_ARP) ? arp_names : inetbr_names;
net/netfilter/x_tables.c
433
max = (nfproto == NFPROTO_ARP) ? ARRAY_SIZE(arp_names) :
net/netfilter/x_tables.c
509
if (par->family == NFPROTO_ARP &&
net/netfilter/x_tables.c
510
par->match->family != NFPROTO_ARP) {
net/netfilter/x_tables.c
83
[NFPROTO_ARP] = "arp",
net/netfilter/xt_CLASSIFY.c
51
.family = NFPROTO_ARP,
net/netfilter/xt_mark.c
55
.family = NFPROTO_ARP,
tools/bpf/bpftool/link.c
702
[NFPROTO_ARP] = "arp",
tools/bpf/bpftool/link.c
738
case NFPROTO_ARP: