Searched refs:NFPROTO_ARP (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/net/ipv4/netfilter/ |
D | arp_tables.c | 292 acpar.family = NFPROTO_ARP; in arpt_do_table() 507 .family = NFPROTO_ARP, in check_target() 531 target = xt_request_find_target(NFPROTO_ARP, t->u.user.name, in find_check_entry() 631 par.family = NFPROTO_ARP; in cleanup_entry() 833 v += xt_compat_calc_jump(NFPROTO_ARP, v); in compat_standard_from_user() 842 cv -= xt_compat_calc_jump(NFPROTO_ARP, cv); in compat_standard_to_user() 860 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in compat_calc_entry() 889 xt_compat_init_offsets(NFPROTO_ARP, info->number); in compat_table_info() 918 xt_compat_lock(NFPROTO_ARP); in get_info() 920 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 | 565 .pf = NFPROTO_ARP,
|
/linux-4.4.14/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.4.14/include/uapi/linux/ |
D | netfilter.h | 64 NFPROTO_ARP = 3, enumerator
|
/linux-4.4.14/net/netfilter/ |
D | xt_CLASSIFY.c | 54 .family = NFPROTO_ARP,
|
D | nft_compat.c | 148 case NFPROTO_ARP: in nft_target_set_tgchk_param() 365 case NFPROTO_ARP: in nft_match_set_mtchk_param() 554 case NFPROTO_ARP: in nfnl_compat_get()
|
D | x_tables.c | 65 [NFPROTO_ARP] = "arp", 345 names = (nfproto == NFPROTO_ARP) ? arp_names : inetbr_names; in textify_hooks() 346 max = (nfproto == NFPROTO_ARP) ? ARRAY_SIZE(arp_names) : in textify_hooks()
|
/linux-4.4.14/net/ipv4/ |
D | arp.c | 638 NF_HOOK(NFPROTO_ARP, NF_ARP_OUT, in arp_xmit() 913 return NF_HOOK(NFPROTO_ARP, NF_ARP_IN, in arp_rcv()
|
/linux-4.4.14/net/bridge/ |
D | br_netfilter_hooks.c | 661 NF_HOOK(NFPROTO_ARP, NF_ARP_FORWARD, state->net, state->sk, skb, in br_nf_forward_arp()
|