Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_reject_netdev.c154 static struct nft_expr_type nft_reject_netdev_type; variable
156 .type = &nft_reject_netdev_type,
165 static struct nft_expr_type nft_reject_netdev_type __read_mostly = {
176 return nft_register_expr(&nft_reject_netdev_type); in nft_reject_netdev_module_init()
181 nft_unregister_expr(&nft_reject_netdev_type); in nft_reject_netdev_module_exit()