Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_reject_inet.c75 static struct nft_expr_type nft_reject_inet_type; variable
77 .type = &nft_reject_inet_type,
86 static struct nft_expr_type nft_reject_inet_type __read_mostly = {
97 return nft_register_expr(&nft_reject_inet_type); in nft_reject_inet_module_init()
102 nft_unregister_expr(&nft_reject_inet_type); in nft_reject_inet_module_exit()