Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/netfilter/
Darp_tables.c292 acpar.family = NFPROTO_ARP; in arpt_do_table()
507 .family = NFPROTO_ARP, in check_target()
531 target = xt_request_find_target(NFPROTO_ARP, t->u.user.name, in find_check_entry()
631 par.family = NFPROTO_ARP; in cleanup_entry()
833 v += xt_compat_calc_jump(NFPROTO_ARP, v); in compat_standard_from_user()
842 cv -= xt_compat_calc_jump(NFPROTO_ARP, cv); in compat_standard_to_user()
860 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in compat_calc_entry()
889 xt_compat_init_offsets(NFPROTO_ARP, info->number); in compat_table_info()
918 xt_compat_lock(NFPROTO_ARP); in get_info()
920 t = try_then_request_module(xt_find_table_lock(net, NFPROTO_ARP, name), in get_info()
[all …]
Dnf_tables_arp.c30 .family = NFPROTO_ARP,
72 .family = NFPROTO_ARP,
Dnf_log_arp.c114 nf_log_set(net, NFPROTO_ARP, &nf_arp_logger); in nf_log_arp_net_init()
136 ret = nf_log_register(NFPROTO_ARP, &nf_arp_logger); in nf_log_arp_init()
Darptable_filter.c24 .af = NFPROTO_ARP,
Darpt_mangle.c73 .family = NFPROTO_ARP,
Dipt_CLUSTERIP.c565 .pf = NFPROTO_ARP,
/linux-4.4.14/net/bridge/netfilter/
Dnf_log_bridge.c38 nf_log_packet(net, NFPROTO_ARP, hooknum, skb, in, out, in nf_log_bridge_packet()
74 nf_logger_request_module(NFPROTO_ARP, NF_LOG_TYPE_LOG); in nf_log_bridge_init()
/linux-4.4.14/include/uapi/linux/
Dnetfilter.h64 NFPROTO_ARP = 3, enumerator
/linux-4.4.14/net/netfilter/
Dxt_CLASSIFY.c54 .family = NFPROTO_ARP,
Dnft_compat.c148 case NFPROTO_ARP: in nft_target_set_tgchk_param()
365 case NFPROTO_ARP: in nft_match_set_mtchk_param()
554 case NFPROTO_ARP: in nfnl_compat_get()
Dx_tables.c65 [NFPROTO_ARP] = "arp",
345 names = (nfproto == NFPROTO_ARP) ? arp_names : inetbr_names; in textify_hooks()
346 max = (nfproto == NFPROTO_ARP) ? ARRAY_SIZE(arp_names) : in textify_hooks()
/linux-4.4.14/net/ipv4/
Darp.c638 NF_HOOK(NFPROTO_ARP, NF_ARP_OUT, in arp_xmit()
913 return NF_HOOK(NFPROTO_ARP, NF_ARP_IN, in arp_rcv()
/linux-4.4.14/net/bridge/
Dbr_netfilter_hooks.c661 NF_HOOK(NFPROTO_ARP, NF_ARP_FORWARD, state->net, state->sk, skb, in br_nf_forward_arp()