Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_socket.c292 static struct nft_expr_type nft_socket_type; variable
294 .type = &nft_socket_type,
303 static struct nft_expr_type nft_socket_type __read_mostly = {
313 return nft_register_expr(&nft_socket_type); in nft_socket_module_init()
318 nft_unregister_expr(&nft_socket_type); in nft_socket_module_exit()