Searched refs:NFPROTO_ARP (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/net/ipv4/netfilter/ |
D | arp_tables.c | 286 acpar.family = NFPROTO_ARP; in arpt_do_table() 501 .family = NFPROTO_ARP, in check_target() 525 target = xt_request_find_target(NFPROTO_ARP, t->u.user.name, in find_check_entry() 613 par.family = NFPROTO_ARP; in cleanup_entry() 820 v += xt_compat_calc_jump(NFPROTO_ARP, v); in compat_standard_from_user() 829 cv -= xt_compat_calc_jump(NFPROTO_ARP, cv); in compat_standard_to_user() 847 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in compat_calc_entry() 876 xt_compat_init_offsets(NFPROTO_ARP, info->number); in compat_table_info() 905 xt_compat_lock(NFPROTO_ARP); in get_info() 907 t = try_then_request_module(xt_find_table_lock(net, NFPROTO_ARP, name), in get_info() [all …]
|
D | nf_tables_arp.c | 30 .family = NFPROTO_ARP, 72 .family = NFPROTO_ARP,
|
D | nf_log_arp.c | 114 nf_log_set(net, NFPROTO_ARP, &nf_arp_logger); in nf_log_arp_net_init() 136 ret = nf_log_register(NFPROTO_ARP, &nf_arp_logger); in nf_log_arp_init()
|
D | arptable_filter.c | 24 .af = NFPROTO_ARP,
|
D | arpt_mangle.c | 73 .family = NFPROTO_ARP,
|
D | ipt_CLUSTERIP.c | 560 .pf = NFPROTO_ARP,
|
/linux-4.1.27/net/bridge/netfilter/ |
D | nf_log_bridge.c | 38 nf_log_packet(net, NFPROTO_ARP, hooknum, skb, in, out, in nf_log_bridge_packet() 74 nf_logger_request_module(NFPROTO_ARP, NF_LOG_TYPE_LOG); in nf_log_bridge_init()
|
/linux-4.1.27/include/uapi/linux/ |
D | netfilter.h | 58 NFPROTO_ARP = 3, enumerator
|
/linux-4.1.27/net/netfilter/ |
D | xt_CLASSIFY.c | 54 .family = NFPROTO_ARP,
|
D | nft_compat.c | 148 case NFPROTO_ARP: in nft_target_set_tgchk_param() 364 case NFPROTO_ARP: in nft_match_set_mtchk_param() 552 case NFPROTO_ARP: in nfnl_compat_get()
|
D | x_tables.c | 65 [NFPROTO_ARP] = "arp", 348 names = (nfproto == NFPROTO_ARP) ? arp_names : inetbr_names; in textify_hooks() 349 max = (nfproto == NFPROTO_ARP) ? ARRAY_SIZE(arp_names) : in textify_hooks()
|
/linux-4.1.27/net/ipv4/ |
D | arp.c | 594 NF_HOOK(NFPROTO_ARP, NF_ARP_OUT, NULL, skb, in arp_xmit() 883 return NF_HOOK(NFPROTO_ARP, NF_ARP_IN, NULL, skb, in arp_rcv()
|
/linux-4.1.27/net/bridge/ |
D | br_netfilter.c | 812 NF_HOOK(NFPROTO_ARP, NF_ARP_FORWARD, state->sk, skb, in br_nf_forward_arp()
|