Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/netfilter/
H A Dnft_reject_ipv6.c41 static struct nft_expr_type nft_reject_ipv6_type; variable
43 .type = &nft_reject_ipv6_type,
52 static struct nft_expr_type nft_reject_ipv6_type __read_mostly = {
63 return nft_register_expr(&nft_reject_ipv6_type); in nft_reject_ipv6_module_init()
68 nft_unregister_expr(&nft_reject_ipv6_type); in nft_reject_ipv6_module_exit()