Searched refs:NFPROTO_ARP (Results 1 – 16 of 16) sorted by relevance
/linux/net/ipv4/netfilter/ |
H A 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 …]
|
H A D | arptable_filter.c | 25 .af = NFPROTO_ARP,
|
H A D | arpt_mangle.c | 74 .family = NFPROTO_ARP,
|
/linux/include/uapi/linux/ |
H A D | netfilter.h | 62 NFPROTO_ARP = 3, enumerator
|
/linux/net/netfilter/ |
H A D | xt_CLASSIFY.c | 51 .family = NFPROTO_ARP,
|
H A D | xt_mark.c | 55 .family = NFPROTO_ARP,
|
H A D | nft_compat.c | 166 case NFPROTO_ARP: in nft_target_set_tgchk_param() 363 ctx->family != NFPROTO_ARP) in nft_target_validate() 466 case NFPROTO_ARP: in nft_match_set_mtchk_param() 623 ctx->family != NFPROTO_ARP) in nft_match_validate() 708 case NFPROTO_ARP: in nfnl_compat_get_rcu()
|
H A D | nft_chain_filter.c | 73 .family = NFPROTO_ARP,
|
H A D | nf_log_syslog.c | 974 ret = nf_log_set(net, NFPROTO_ARP, &nf_arp_logger); in nf_log_syslog_net_init() 1027 ret = nf_log_register(NFPROTO_ARP, &nf_arp_logger); in nf_log_syslog_init()
|
H A D | nfnetlink_hook.c | 259 case NFPROTO_ARP: in nfnl_hook_entries_head()
|
H A 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()
|
H A D | core.c | 286 case NFPROTO_ARP: in nf_hook_entry_head()
|
H A D | nf_tables_api.c | 1516 || family == NFPROTO_ARP in nft_supported_family()
|
/linux/include/linux/ |
H A D | netfilter.h | 246 case NFPROTO_ARP: in nf_hook()
|
/linux/tools/bpf/bpftool/ |
H A D | link.c | 656 [NFPROTO_ARP] = "arp", 692 case NFPROTO_ARP: in netfilter_dump_plain()
|
/linux/net/bridge/ |
H A D | br_netfilter_hooks.c | 783 NF_HOOK(NFPROTO_ARP, NF_ARP_FORWARD, state->net, state->sk, skb, in br_nf_forward_arp()
|