Home
last modified time | relevance | path

Searched refs:nft_chain_validate_hooks (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnft_reject_inet.c67 return nft_chain_validate_hooks(ctx->chain, in nft_reject_inet_validate()
H A Dnft_reject.c30 return nft_chain_validate_hooks(ctx->chain, in nft_reject_validate()
H A Dnft_nat.c157 err = nft_chain_validate_hooks(ctx->chain, in nft_nat_validate()
162 err = nft_chain_validate_hooks(ctx->chain, in nft_nat_validate()
H A Dnft_reject_netdev.c151 return nft_chain_validate_hooks(ctx->chain, (1 << NF_NETDEV_INGRESS)); in nft_reject_netdev_validate()
H A Dnft_rt.c189 return nft_chain_validate_hooks(ctx->chain, hooks); in nft_rt_validate()
H A Dnft_osf.c133 return nft_chain_validate_hooks(ctx->chain, hooks); in nft_osf_validate()
H A Dnft_fib.c63 return nft_chain_validate_hooks(ctx->chain, hooks); in nft_fib_validate()
H A Dnft_meta.c554 return nft_chain_validate_hooks(ctx->chain, hooks); in nft_meta_get_validate_sdif()
577 return nft_chain_validate_hooks(ctx->chain, hooks); in nft_meta_get_validate_xfrm()
628 return nft_chain_validate_hooks(ctx->chain, hooks); in nft_meta_set_validate()
H A Dnft_queue.c93 return nft_chain_validate_hooks(ctx->chain, supported_hooks); in nft_queue_validate()
H A Dnft_redir.c39 return nft_chain_validate_hooks(ctx->chain, in nft_redir_validate()
H A Dnft_masq.c39 return nft_chain_validate_hooks(ctx->chain, in nft_masq_validate()
H A Dnft_fwd_netdev.c210 return nft_chain_validate_hooks(ctx->chain, (1 << NF_NETDEV_INGRESS) | in nft_fwd_validate()
H A Dnft_xfrm.c259 return nft_chain_validate_hooks(ctx->chain, hooks); in nft_xfrm_validate()
H A Dnft_socket.c286 return nft_chain_validate_hooks(ctx->chain, in nft_socket_validate()
H A Dnft_tproxy.c324 return nft_chain_validate_hooks(ctx->chain, 1 << NF_INET_PRE_ROUTING); in nft_tproxy_validate()
H A Dnft_synproxy.c259 return nft_chain_validate_hooks(ctx->chain, (1 << NF_INET_LOCAL_IN) | in nft_synproxy_validate()
H A Dnft_compat.c367 ret = nft_chain_validate_hooks(ctx->chain, in nft_target_validate()
628 ret = nft_chain_validate_hooks(ctx->chain, in nft_match_validate()
H A Dnft_flow_offload.c392 return nft_chain_validate_hooks(ctx->chain, hook_mask); in nft_flow_offload_validate()
H A Dnf_tables_api.c10666 int nft_chain_validate_hooks(const struct nft_chain *chain, in nft_chain_validate_hooks() function
10682 EXPORT_SYMBOL_GPL(nft_chain_validate_hooks);
/openbmc/linux/net/bridge/netfilter/
H A Dnft_reject_bridge.c176 return nft_chain_validate_hooks(ctx->chain, (1 << NF_BR_PRE_ROUTING) | in nft_reject_bridge_validate()
H A Dnft_meta_bridge.c185 return nft_chain_validate_hooks(ctx->chain, hooks); in nft_meta_bridge_set_validate()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h1119 int nft_chain_validate_hooks(const struct nft_chain *chain,