nft_reject_ipv6_type   40 net/ipv6/netfilter/nft_reject_ipv6.c static struct nft_expr_type nft_reject_ipv6_type;
nft_reject_ipv6_type   42 net/ipv6/netfilter/nft_reject_ipv6.c 	.type		= &nft_reject_ipv6_type,
nft_reject_ipv6_type   50 net/ipv6/netfilter/nft_reject_ipv6.c static struct nft_expr_type nft_reject_ipv6_type __read_mostly = {
nft_reject_ipv6_type   61 net/ipv6/netfilter/nft_reject_ipv6.c 	return nft_register_expr(&nft_reject_ipv6_type);
nft_reject_ipv6_type   66 net/ipv6/netfilter/nft_reject_ipv6.c 	nft_unregister_expr(&nft_reject_ipv6_type);