Searched refs:nft_request_module (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/net/netfilter/ |
D | nf_tables_api.c | 513 static void nft_request_module(struct net *net, const char *fmt, ...) in nft_request_module() function 553 nft_request_module(net, "nft-chain-%u-%.*s", family, in nf_tables_chain_type_lookup() 2053 nft_request_module(net, "nft-expr-%u-%.*s", family, in nft_expr_type_request_module() 2081 nft_request_module(net, "nft-expr-%.*s", in nft_expr_type_get() 3012 nft_request_module(ctx->net, "nft-set"); in nft_select_set_ops() 5130 nft_request_module(net, "nft-obj-%u", objtype); in nft_obj_type_get() 5747 nft_request_module(net, "nf-flowtable-%u", family); in nft_flowtable_type_get()
|