Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Darp_tables.c397 .family = NFPROTO_ARP, in check_target()
416 target = xt_request_find_target(NFPROTO_ARP, t->u.user.name, in find_check_entry()
508 par.family = NFPROTO_ARP; in cleanup_entry()
722 v += xt_compat_calc_jump(NFPROTO_ARP, v); in compat_standard_from_user()
731 cv -= xt_compat_calc_jump(NFPROTO_ARP, cv); in compat_standard_to_user()
749 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in compat_calc_entry()
778 ret = xt_compat_init_offsets(NFPROTO_ARP, info->number); in compat_table_info()
805 xt_compat_lock(NFPROTO_ARP); in get_info()
807 t = xt_request_find_table_lock(net, NFPROTO_ARP, name); in get_info()
816 xt_compat_flush_offsets(NFPROTO_ARP); in get_info()
[all …]
H A Dnf_log_arp.c126 return nf_log_set(net, NFPROTO_ARP, &nf_arp_logger); in nf_log_arp_net_init()
147 ret = nf_log_register(NFPROTO_ARP, &nf_arp_logger); in nf_log_arp_init()
H A Darptable_filter.c27 .af = NFPROTO_ARP,
H A Darpt_mangle.c74 .family = NFPROTO_ARP,
H A Dipt_CLUSTERIP.c662 .pf = NFPROTO_ARP,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnetfilter.h62 NFPROTO_ARP = 3, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnetfilter.h62 NFPROTO_ARP = 3, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnetfilter.h61 NFPROTO_ARP = 3, enumerator
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_CLASSIFY.c51 .family = NFPROTO_ARP,
H A Dnf_log_netdev.c56 nf_logger_request_module(NFPROTO_ARP, NF_LOG_TYPE_LOG); in nf_log_netdev_init()
H A Dnft_compat.c158 case NFPROTO_ARP: in nft_target_set_tgchk_param()
420 case NFPROTO_ARP: in nft_match_set_mtchk_param()
649 case NFPROTO_ARP: in nfnl_compat_get_rcu()
H A Dnf_log_common.c207 nf_log_packet(net, NFPROTO_ARP, hooknum, skb, in, out, in nf_log_l2packet()
H A Dnft_chain_filter.c73 .family = NFPROTO_ARP,
H A Dx_tables.c63 [NFPROTO_ARP] = "arp",
412 names = (nfproto == NFPROTO_ARP) ? arp_names : inetbr_names; in textify_hooks()
413 max = (nfproto == NFPROTO_ARP) ? ARRAY_SIZE(arp_names) : in textify_hooks()
H A Dcore.c274 case NFPROTO_ARP: in nf_hook_entry_head()
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Dnf_log_bridge.c57 nf_logger_request_module(NFPROTO_ARP, NF_LOG_TYPE_LOG); in nf_log_bridge_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetfilter.h231 case NFPROTO_ARP: in nf_hook()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Darp.c641 NF_HOOK(NFPROTO_ARP, NF_ARP_OUT, in arp_xmit()
967 return NF_HOOK(NFPROTO_ARP, NF_ARP_IN, in arp_rcv()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_netfilter_hooks.c676 NF_HOOK(NFPROTO_ARP, NF_ARP_FORWARD, state->net, state->sk, skb, in br_nf_forward_arp()