Searched refs:NFPROTO_ARP (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/net/ipv4/netfilter/ |
D | arp_tables.c | 398 .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 …]
|
D | arptable_filter.c | 25 .af = NFPROTO_ARP,
|
D | arpt_mangle.c | 74 .family = NFPROTO_ARP,
|
D | ipt_CLUSTERIP.c | 82 .pf = NFPROTO_ARP,
|
/linux-6.1.9/include/uapi/linux/ |
D | netfilter.h | 62 NFPROTO_ARP = 3, enumerator
|
/linux-6.1.9/net/netfilter/ |
D | xt_CLASSIFY.c | 51 .family = NFPROTO_ARP,
|
D | nft_compat.c | 166 case NFPROTO_ARP: in nft_target_set_tgchk_param() 443 case NFPROTO_ARP: in nft_match_set_mtchk_param() 668 case NFPROTO_ARP: in nfnl_compat_get_rcu()
|
D | nft_chain_filter.c | 73 .family = NFPROTO_ARP,
|
D | nfnetlink_hook.c | 204 case NFPROTO_ARP: in nfnl_hook_entries_head()
|
D | nf_log_syslog.c | 973 ret = nf_log_set(net, NFPROTO_ARP, &nf_arp_logger); in nf_log_syslog_net_init() 1026 ret = nf_log_register(NFPROTO_ARP, &nf_arp_logger); in nf_log_syslog_init()
|
D | x_tables.c | 83 [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()
|
D | core.c | 274 case NFPROTO_ARP: in nf_hook_entry_head()
|
D | nf_tables_api.c | 1165 || family == NFPROTO_ARP in nft_supported_family()
|
/linux-6.1.9/include/linux/ |
D | netfilter.h | 234 case NFPROTO_ARP: in nf_hook()
|
/linux-6.1.9/net/ipv4/ |
D | arp.c | 662 NF_HOOK(NFPROTO_ARP, NF_ARP_OUT, in arp_xmit() 988 return NF_HOOK(NFPROTO_ARP, NF_ARP_IN, in arp_rcv()
|
/linux-6.1.9/net/bridge/ |
D | br_netfilter_hooks.c | 676 NF_HOOK(NFPROTO_ARP, NF_ARP_FORWARD, state->net, state->sk, skb, in br_nf_forward_arp()
|