/linux/net/bridge/netfilter/ |
H A D | ebtable_nat.c | 56 .pf = NFPROTO_BRIDGE, 62 .pf = NFPROTO_BRIDGE, 68 .pf = NFPROTO_BRIDGE,
|
H A D | ebtable_filter.c | 56 .pf = NFPROTO_BRIDGE, 62 .pf = NFPROTO_BRIDGE, 68 .pf = NFPROTO_BRIDGE,
|
H A D | ebtables.c | 65 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 D | ebt_log.c | 194 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 D | ebtable_broute.c | 58 NFPROTO_BRIDGE, s->in, NULL, NULL, in ebt_broute() 88 .pf = NFPROTO_BRIDGE,
|
H A D | nf_conntrack_bridge.c | 414 .pf = NFPROTO_BRIDGE, 420 .pf = NFPROTO_BRIDGE, 426 .pf = NFPROTO_BRIDGE,
|
H A D | ebt_pkttype.c | 37 .family = NFPROTO_BRIDGE,
|
H A D | ebt_nflog.c | 54 .family = NFPROTO_BRIDGE,
|
H A D | ebt_redirect.c | 59 .family = NFPROTO_BRIDGE,
|
H A D | ebt_snat.c | 66 .family = NFPROTO_BRIDGE,
|
H A D | ebt_802_3.c | 59 .family = NFPROTO_BRIDGE,
|
H A D | ebt_dnat.c | 84 .family = NFPROTO_BRIDGE,
|
H A D | ebt_mark_m.c | 74 .family = NFPROTO_BRIDGE,
|
H A D | ebt_arpreply.c | 81 .family = NFPROTO_BRIDGE,
|
H A D | ebt_mark.c | 86 .family = NFPROTO_BRIDGE,
|
H A D | ebt_vlan.c | 154 .family = NFPROTO_BRIDGE,
|
H A D | ebt_limit.c | 105 .family = NFPROTO_BRIDGE,
|
H A D | ebt_arp.c | 118 .family = NFPROTO_BRIDGE,
|
/linux/net/netfilter/ |
H A D | nf_conntrack_proto.c | 483 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 D | xt_AUDIT.c | 81 case NFPROTO_BRIDGE: in audit_tg() 139 .family = NFPROTO_BRIDGE,
|
H A D | nft_compat.c | 44 if (ctx->family != NFPROTO_BRIDGE) in nft_compat_chain_validate_dependency() 162 case NFPROTO_BRIDGE: in nft_target_set_tgchk_param() 362 ctx->family != NFPROTO_BRIDGE && in nft_target_validate() 462 case NFPROTO_BRIDGE: in nft_match_set_mtchk_param() 622 ctx->family != NFPROTO_BRIDGE && in nft_match_validate() 705 case NFPROTO_BRIDGE: in nfnl_compat_get_rcu() 916 if (family == NFPROTO_BRIDGE) in nft_target_select_ops()
|
/linux/net/bridge/ |
H A D | br_input.c | 70 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 D | br_forward.c | 66 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 D | br_netfilter_hooks.c | 1083 .pf = NFPROTO_BRIDGE, 1090 .pf = NFPROTO_BRIDGE, 1097 .pf = NFPROTO_BRIDGE, 1103 .pf = NFPROTO_BRIDGE, 1193 nf_hook_state_init(&state, hook, NFPROTO_BRIDGE, indev, outdev, in br_nf_hook_thresh()
|
/linux/include/uapi/linux/ |
H A D | netfilter.h | 64 NFPROTO_BRIDGE = 7, enumerator
|