Home
last modified time | relevance | path

Searched refs:NFPROTO_BRIDGE (Results 1 – 25 of 48) sorted by last modified time

12

/linux/tools/bpf/bpftool/
H A Dlink.c658 [NFPROTO_BRIDGE] = "bridge",
685 case NFPROTO_BRIDGE: /* bridge shares numbers with enum nf_inet_hooks */ in netfilter_dump_plain()
/linux/net/netfilter/
H A Dnft_chain_filter.c257 .family = NFPROTO_BRIDGE,
H A Dnf_tables_api.c1367 || family == NFPROTO_BRIDGE in nft_supported_family()
H A Dx_tables.c84 [NFPROTO_BRIDGE] = "eb",
H A Dnft_ct.c1092 case NFPROTO_BRIDGE: in nft_ct_helper_obj_init()
H A Dnfnetlink_queue.c257 case NFPROTO_BRIDGE: in nf_hook_entries_head()
H A Dnft_compat.c44 if (ctx->family != NFPROTO_BRIDGE) in nft_compat_chain_validate_dependency()
162 case NFPROTO_BRIDGE: in nft_target_set_tgchk_param()
363 ctx->family != NFPROTO_BRIDGE && in nft_target_validate()
463 case NFPROTO_BRIDGE: in nft_match_set_mtchk_param()
624 ctx->family != NFPROTO_BRIDGE && in nft_match_validate()
707 case NFPROTO_BRIDGE: in nfnl_compat_get_rcu()
918 if (family == NFPROTO_BRIDGE) in nft_target_select_ops()
H A Dnfnetlink_log.c644 if ((pf == NFPROTO_NETDEV || pf == NFPROTO_BRIDGE) && in __build_packet_message()
757 if (pf == NFPROTO_NETDEV || pf == NFPROTO_BRIDGE) in nfulnl_log_packet()
H A Dnf_log_syslog.c986 ret = nf_log_set(net, NFPROTO_BRIDGE, &nf_bridge_logger); in nf_log_syslog_net_init()
1039 ret = nf_log_register(NFPROTO_BRIDGE, &nf_bridge_logger); in nf_log_syslog_init()
H A Dnft_meta.c613 case NFPROTO_BRIDGE: in nft_meta_set_validate()
823 if (ctx->family == NFPROTO_BRIDGE) in nft_meta_select_ops()
H A Dnf_conntrack_proto.c483 case NFPROTO_BRIDGE: in nf_ct_netns_do_get()
549 case NFPROTO_BRIDGE: in nf_ct_netns_do_put()
590 case NFPROTO_BRIDGE: in nf_ct_netns_get()
591 err = nf_ct_netns_do_get(net, NFPROTO_BRIDGE); in nf_ct_netns_get()
597 nf_ct_netns_put(net, NFPROTO_BRIDGE); in nf_ct_netns_get()
612 case NFPROTO_BRIDGE: in nf_ct_netns_put()
613 nf_ct_netns_do_put(net, NFPROTO_BRIDGE); in nf_ct_netns_put()
H A Dcore.c292 case NFPROTO_BRIDGE: in nf_hook_entry_head()
H A Dnfnetlink_hook.c266 case NFPROTO_BRIDGE: in nfnl_hook_entries_head()
/linux/net/bridge/
H A Dbr_netfilter_hooks.c1058 .pf = NFPROTO_BRIDGE,
1065 .pf = NFPROTO_BRIDGE,
1072 .pf = NFPROTO_BRIDGE,
1078 .pf = NFPROTO_BRIDGE,
1168 nf_hook_state_init(&state, hook, NFPROTO_BRIDGE, indev, outdev, in br_nf_hook_thresh()
H A Dbr_forward.c66 return NF_HOOK(NFPROTO_BRIDGE, NF_BR_POST_ROUTING, in br_forward_finish()
115 NF_HOOK(NFPROTO_BRIDGE, br_hook, in __br_forward()
H A Dbr_input.c70 return NF_HOOK(NFPROTO_BRIDGE, NF_BR_LOCAL_IN, in br_pass_frame_up()
264 if (!static_key_false(&nf_hooks_needed[NFPROTO_BRIDGE][NF_BR_PRE_ROUTING])) in nf_hook_bridge_pre()
273 NFPROTO_BRIDGE, skb->dev, NULL, NULL, in nf_hook_bridge_pre()
401 if (NF_HOOK(NFPROTO_BRIDGE, NF_BR_LOCAL_IN, in br_handle_frame()
H A Dbr_multicast.c1809 NF_HOOK(NFPROTO_BRIDGE, NF_BR_LOCAL_OUT, in __br_multicast_send_query()
/linux/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c414 .pf = NFPROTO_BRIDGE,
420 .pf = NFPROTO_BRIDGE,
426 .pf = NFPROTO_BRIDGE,
H A Debtables.c65 v += xt_compat_calc_jump(NFPROTO_BRIDGE, v); in ebt_standard_compat_from_user()
74 cv -= xt_compat_calc_jump(NFPROTO_BRIDGE, cv); in ebt_standard_compat_to_user()
83 .family = NFPROTO_BRIDGE,
405 match = xt_find_match(NFPROTO_BRIDGE, m->u.name, m->u.revision); in ebt_check_match()
406 if (IS_ERR(match) || match->family != NFPROTO_BRIDGE) { in ebt_check_match()
410 match = xt_find_match(NFPROTO_BRIDGE, m->u.name, m->u.revision); in ebt_check_match()
442 watcher = xt_request_find_target(NFPROTO_BRIDGE, w->u.name, 0); in ebt_check_watcher()
446 if (watcher->family != NFPROTO_BRIDGE) { in ebt_check_watcher()
630 par.family = NFPROTO_BRIDGE; in ebt_cleanup_match()
648 par.family = NFPROTO_BRIDGE; in ebt_cleanup_watcher()
[all …]
H A Debtable_broute.c58 NFPROTO_BRIDGE, s->in, NULL, NULL, in ebt_broute()
88 .pf = NFPROTO_BRIDGE,
H A Debtable_nat.c56 .pf = NFPROTO_BRIDGE,
62 .pf = NFPROTO_BRIDGE,
68 .pf = NFPROTO_BRIDGE,
H A Debtable_filter.c56 .pf = NFPROTO_BRIDGE,
62 .pf = NFPROTO_BRIDGE,
68 .pf = NFPROTO_BRIDGE,
H A Dnft_meta_bridge.c219 .family = NFPROTO_BRIDGE,
/linux/include/net/netfilter/
H A Dnf_queue.h117 case NFPROTO_BRIDGE: in nfqueue_hash()
/linux/include/linux/
H A Dnetfilter.h253 case NFPROTO_BRIDGE: in nf_hook()

12