Searched refs:NFPROTO_ARP (Results 1 – 17 of 17) sorted by relevance
| /linux/net/ipv4/netfilter/ |
| A D | arp_tables.c | 398 .family = NFPROTO_ARP, in check_target() 509 par.family = NFPROTO_ARP; in cleanup_entry() 806 xt_compat_lock(NFPROTO_ARP); in get_info() 841 xt_compat_unlock(NFPROTO_ARP); in get_info() 1178 xt_compat_lock(NFPROTO_ARP); in translate_compat_table() 1218 xt_compat_unlock(NFPROTO_ARP); in translate_compat_table() 1244 xt_compat_unlock(NFPROTO_ARP); in translate_compat_table() 1390 xt_compat_lock(NFPROTO_ARP); in compat_get_entries() 1409 xt_compat_unlock(NFPROTO_ARP); in compat_get_entries() 1594 .family = NFPROTO_ARP, [all …]
|
| A D | arptable_filter.c | 25 .af = NFPROTO_ARP,
|
| A D | arpt_mangle.c | 74 .family = NFPROTO_ARP,
|
| /linux/include/uapi/linux/ |
| A D | netfilter.h | 62 NFPROTO_ARP = 3, enumerator
|
| /linux/net/netfilter/ |
| A D | xt_CLASSIFY.c | 51 .family = NFPROTO_ARP,
|
| A D | xt_mark.c | 55 .family = NFPROTO_ARP,
|
| 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()
|
| A D | nft_chain_filter.c | 73 .family = NFPROTO_ARP,
|
| A D | nfnetlink_hook.c | 259 case NFPROTO_ARP: in nfnl_hook_entries_head()
|
| 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()
|
| 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()
|
| A D | core.c | 286 case NFPROTO_ARP: in nf_hook_entry_head()
|
| A D | nf_tables_api.c | 1415 || family == NFPROTO_ARP in nft_supported_family()
|
| /linux/include/linux/ |
| A D | netfilter.h | 246 case NFPROTO_ARP: in nf_hook()
|
| /linux/tools/bpf/bpftool/ |
| A D | link.c | 656 [NFPROTO_ARP] = "arp", 692 case NFPROTO_ARP: in netfilter_dump_plain()
|
| /linux/net/ipv4/ |
| A D | arp.c | 663 NF_HOOK(NFPROTO_ARP, NF_ARP_OUT, in arp_xmit() 989 return NF_HOOK(NFPROTO_ARP, NF_ARP_IN, in arp_rcv()
|
| /linux/net/bridge/ |
| A D | br_netfilter_hooks.c | 780 NF_HOOK(NFPROTO_ARP, NF_ARP_FORWARD, state->net, state->sk, skb, in br_nf_forward_arp()
|
Completed in 55 milliseconds