Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debtables.c52 v += xt_compat_calc_jump(NFPROTO_BRIDGE, v); in ebt_standard_compat_from_user()
61 cv -= xt_compat_calc_jump(NFPROTO_BRIDGE, cv); in ebt_standard_compat_to_user()
70 .family = NFPROTO_BRIDGE,
339 return find_inlist_lock(&net->xt.tables[NFPROTO_BRIDGE], name, in find_table_lock()
366 match = xt_find_match(NFPROTO_BRIDGE, m->u.name, m->u.revision); in ebt_check_match()
367 if (IS_ERR(match) || match->family != NFPROTO_BRIDGE) { in ebt_check_match()
371 match = xt_find_match(NFPROTO_BRIDGE, m->u.name, m->u.revision); in ebt_check_match()
403 watcher = xt_request_find_target(NFPROTO_BRIDGE, w->u.name, 0); in ebt_check_watcher()
407 if (watcher->family != NFPROTO_BRIDGE) { in ebt_check_watcher()
591 par.family = NFPROTO_BRIDGE; in ebt_cleanup_match()
[all …]
H A Debtable_filter.c70 .pf = NFPROTO_BRIDGE,
76 .pf = NFPROTO_BRIDGE,
82 .pf = NFPROTO_BRIDGE,
H A Debtable_nat.c70 .pf = NFPROTO_BRIDGE,
76 .pf = NFPROTO_BRIDGE,
82 .pf = NFPROTO_BRIDGE,
H A Dnf_log_bridge.c37 return nf_log_set(net, NFPROTO_BRIDGE, &nf_bridge_logger); in nf_log_bridge_net_init()
63 nf_log_register(NFPROTO_BRIDGE, &nf_bridge_logger); in nf_log_bridge_init()
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 Debtable_broute.c58 NFPROTO_BRIDGE, s->in, NULL, NULL, in ebt_broute()
89 .pf = NFPROTO_BRIDGE,
H A Debt_pkttype.c37 .family = NFPROTO_BRIDGE,
H A Debt_redirect.c59 .family = NFPROTO_BRIDGE,
H A Debt_nflog.c54 .family = NFPROTO_BRIDGE,
H A Debt_snat.c66 .family = NFPROTO_BRIDGE,
H A Debt_802_3.c59 .family = NFPROTO_BRIDGE,
H A Debt_dnat.c84 .family = NFPROTO_BRIDGE,
H A Debt_mark_m.c74 .family = NFPROTO_BRIDGE,
H A Debt_arpreply.c81 .family = NFPROTO_BRIDGE,
H A Debt_mark.c86 .family = NFPROTO_BRIDGE,
H A Debt_vlan.c154 .family = NFPROTO_BRIDGE,
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_proto.c492 case NFPROTO_BRIDGE: in nf_ct_netns_do_get()
550 case NFPROTO_BRIDGE: in nf_ct_netns_do_put()
591 case NFPROTO_BRIDGE: in nf_ct_netns_get()
592 err = nf_ct_netns_do_get(net, NFPROTO_BRIDGE); in nf_ct_netns_get()
598 nf_ct_netns_put(net, NFPROTO_BRIDGE); in nf_ct_netns_get()
613 case NFPROTO_BRIDGE: in nf_ct_netns_put()
614 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.c43 if (ctx->family != NFPROTO_BRIDGE) in nft_compat_chain_validate_dependency()
154 case NFPROTO_BRIDGE: in nft_target_set_tgchk_param()
416 case NFPROTO_BRIDGE: in nft_match_set_mtchk_param()
646 case NFPROTO_BRIDGE: in nfnl_compat_get_rcu()
849 if (family == NFPROTO_BRIDGE) in nft_target_select_ops()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_input.c72 return NF_HOOK(NFPROTO_BRIDGE, NF_BR_LOCAL_IN, in br_pass_frame_up()
222 if (!static_key_false(&nf_hooks_needed[NFPROTO_BRIDGE][NF_BR_PRE_ROUTING])) in nf_hook_bridge_pre()
231 NFPROTO_BRIDGE, skb->dev, NULL, NULL, in nf_hook_bridge_pre()
344 if (NF_HOOK(NFPROTO_BRIDGE, NF_BR_LOCAL_IN, in br_handle_frame()
H A Dbr_forward.c65 return NF_HOOK(NFPROTO_BRIDGE, NF_BR_POST_ROUTING, in br_forward_finish()
109 NF_HOOK(NFPROTO_BRIDGE, br_hook, in __br_forward()
H A Dbr_netfilter_hooks.c928 .pf = NFPROTO_BRIDGE,
934 .pf = NFPROTO_BRIDGE,
940 .pf = NFPROTO_BRIDGE,
946 .pf = NFPROTO_BRIDGE,
1036 nf_hook_state_init(&state, hook, NFPROTO_BRIDGE, indev, outdev, in br_nf_hook_thresh()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnetfilter.h64 NFPROTO_BRIDGE = 7, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnetfilter.h64 NFPROTO_BRIDGE = 7, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnetfilter.h63 NFPROTO_BRIDGE = 7, enumerator

12