Home
last modified time | relevance | path

Searched refs:NFPROTO_BRIDGE (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/linux/net/bridge/netfilter/
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 Debtables.c83 .family = NFPROTO_BRIDGE,
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()
673 par.family = NFPROTO_BRIDGE; in ebt_cleanup_entry()
756 if (target->family != NFPROTO_BRIDGE) { in ebt_check_entry()
2291 xt_compat_lock(NFPROTO_BRIDGE); in compat_do_replace()
2338 xt_compat_unlock(NFPROTO_BRIDGE); in compat_do_replace()
2350 xt_compat_unlock(NFPROTO_BRIDGE); in compat_do_replace()
2393 xt_compat_lock(NFPROTO_BRIDGE); in compat_do_ebt_get_ctl()
[all …]
H A Debtable_broute.c58 NFPROTO_BRIDGE, s->in, NULL, NULL, in ebt_broute()
88 .pf = NFPROTO_BRIDGE,
H A Debt_log.c194 nf_log_packet(net, NFPROTO_BRIDGE, xt_hooknum(par), skb, in ebt_log_tg()
198 ebt_log_packet(net, NFPROTO_BRIDGE, xt_hooknum(par), skb, in ebt_log_tg()
206 .family = NFPROTO_BRIDGE,
H A Debt_pkttype.c37 .family = NFPROTO_BRIDGE,
H A Dnf_conntrack_bridge.c414 .pf = NFPROTO_BRIDGE,
420 .pf = NFPROTO_BRIDGE,
426 .pf = NFPROTO_BRIDGE,
H A Debt_nflog.c54 .family = NFPROTO_BRIDGE,
H A Debt_redirect.c59 .family = NFPROTO_BRIDGE,
H A Debt_802_3.c59 .family = NFPROTO_BRIDGE,
H A Debt_snat.c66 .family = NFPROTO_BRIDGE,
H A Debt_dnat.c84 .family = NFPROTO_BRIDGE,
H A Debt_arpreply.c81 .family = NFPROTO_BRIDGE,
H A Debt_mark.c86 .family = NFPROTO_BRIDGE,
H A Debt_mark_m.c74 .family = NFPROTO_BRIDGE,
H A Debt_vlan.c154 .family = NFPROTO_BRIDGE,
H A Debt_limit.c105 .family = NFPROTO_BRIDGE,
H A Debt_arp.c118 .family = NFPROTO_BRIDGE,
/openbmc/linux/net/netfilter/
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 Dxt_AUDIT.c81 case NFPROTO_BRIDGE: in audit_tg()
139 .family = NFPROTO_BRIDGE,
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()
/openbmc/linux/net/bridge/
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_netfilter_hooks.c1055 .pf = NFPROTO_BRIDGE,
1062 .pf = NFPROTO_BRIDGE,
1069 .pf = NFPROTO_BRIDGE,
1075 .pf = NFPROTO_BRIDGE,
1081 .pf = NFPROTO_BRIDGE,
1171 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()
/openbmc/linux/include/uapi/linux/
H A Dnetfilter.h64 NFPROTO_BRIDGE = 7, enumerator

12