Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_fwd_netdev.c214 static struct nft_expr_type nft_fwd_netdev_type; variable
216 .type = &nft_fwd_netdev_type,
226 .type = &nft_fwd_netdev_type,
249 static struct nft_expr_type nft_fwd_netdev_type __read_mostly = {
260 return nft_register_expr(&nft_fwd_netdev_type); in nft_fwd_netdev_module_init()
265 nft_unregister_expr(&nft_fwd_netdev_type); in nft_fwd_netdev_module_exit()