Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_synproxy.c286 static struct nft_expr_type nft_synproxy_type; variable
293 .type = &nft_synproxy_type,
298 static struct nft_expr_type nft_synproxy_type __read_mostly = {
374 err = nft_register_expr(&nft_synproxy_type); in nft_synproxy_module_init()
387 nft_unregister_expr(&nft_synproxy_type); in nft_synproxy_module_exit()