Searched refs:NFPROTO_ARP (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/net/ipv4/netfilter/ |
D | arp_tables.c | 395 .family = NFPROTO_ARP, in check_target() 413 target = xt_request_find_target(NFPROTO_ARP, t->u.user.name, in find_check_entry() 504 par.family = NFPROTO_ARP; in cleanup_entry() 716 v += xt_compat_calc_jump(NFPROTO_ARP, v); in compat_standard_from_user() 725 cv -= xt_compat_calc_jump(NFPROTO_ARP, cv); in compat_standard_to_user() 743 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in compat_calc_entry() 772 ret = xt_compat_init_offsets(NFPROTO_ARP, info->number); in compat_table_info() 800 xt_compat_lock(NFPROTO_ARP); in get_info() 802 t = xt_request_find_table_lock(net, NFPROTO_ARP, name); in get_info() 811 xt_compat_flush_offsets(NFPROTO_ARP); in get_info() [all …]
|
D | nf_log_arp.c | 114 return nf_log_set(net, NFPROTO_ARP, &nf_arp_logger); in nf_log_arp_net_init() 135 ret = nf_log_register(NFPROTO_ARP, &nf_arp_logger); in nf_log_arp_init()
|
D | arptable_filter.c | 26 .af = NFPROTO_ARP,
|
D | arpt_mangle.c | 73 .family = NFPROTO_ARP,
|
D | ipt_CLUSTERIP.c | 649 .pf = NFPROTO_ARP,
|
/Linux-v4.19/include/uapi/linux/ |
D | netfilter.h | 64 NFPROTO_ARP = 3, enumerator
|
/Linux-v4.19/net/netfilter/ |
D | xt_CLASSIFY.c | 54 .family = NFPROTO_ARP,
|
D | nf_log_netdev.c | 59 nf_logger_request_module(NFPROTO_ARP, NF_LOG_TYPE_LOG); in nf_log_netdev_init()
|
D | nf_log_common.c | 200 nf_log_packet(net, NFPROTO_ARP, hooknum, skb, in, out, in nf_log_l2packet()
|
D | nft_compat.c | 180 case NFPROTO_ARP: in nft_target_set_tgchk_param() 408 case NFPROTO_ARP: in nft_match_set_mtchk_param() 647 case NFPROTO_ARP: in nfnl_compat_get_rcu()
|
D | nft_chain_filter.c | 73 .family = NFPROTO_ARP,
|
D | x_tables.c | 67 [NFPROTO_ARP] = "arp", 415 names = (nfproto == NFPROTO_ARP) ? arp_names : inetbr_names; in textify_hooks() 416 max = (nfproto == NFPROTO_ARP) ? ARRAY_SIZE(arp_names) : in textify_hooks()
|
D | core.c | 273 case NFPROTO_ARP: in nf_hook_entry_head()
|
/Linux-v4.19/net/bridge/netfilter/ |
D | nf_log_bridge.c | 60 nf_logger_request_module(NFPROTO_ARP, NF_LOG_TYPE_LOG); in nf_log_bridge_init()
|
/Linux-v4.19/include/linux/ |
D | netfilter.h | 216 case NFPROTO_ARP: in nf_hook()
|
/Linux-v4.19/net/ipv4/ |
D | arp.c | 643 NF_HOOK(NFPROTO_ARP, NF_ARP_OUT, in arp_xmit() 965 return NF_HOOK(NFPROTO_ARP, NF_ARP_IN, in arp_rcv()
|
/Linux-v4.19/net/bridge/ |
D | br_netfilter_hooks.c | 654 NF_HOOK(NFPROTO_ARP, NF_ARP_FORWARD, state->net, state->sk, skb, in br_nf_forward_arp()
|